Skip to content

Commit

Permalink
Removed python 3.6 from setup.py and circleci file
Browse files Browse the repository at this point in the history
  • Loading branch information
Courtney Spratford committed Oct 13, 2023
1 parent 203e649 commit ee2c602
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fail-fast: false
matrix:
db: [sqlite, postgres, mysql]
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9]
django-version: [2.2]
include:
- db: sqlite
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def read(fname):
'Natural Language :: English',
'Programming Language :: JavaScript',
'Programming Language :: Python',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand Down

0 comments on commit ee2c602

Please sign in to comment.