Skip to content

Commit

Permalink
Removed deprecated Python 3.6 version from the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hkage committed Jul 26, 2023
1 parent 1b45df3 commit 52d56f5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def run(self):
License :: OSI Approved :: BSD License
Operating System :: OS Independent
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
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist = flake8
py{36,37,38,39}-django{30,31,32}
py{37,38,39}-django{30,31,32}
skipsdist = true
#skip_missing_interpreters=true

Expand Down

0 comments on commit 52d56f5

Please sign in to comment.