Skip to content

Commit

Permalink
force python3.10+
Browse files Browse the repository at this point in the history
  • Loading branch information
cybergrind committed Oct 3, 2024
1 parent 8981f61 commit 80b0aa0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: |
3.12
3.11
3.10
3.9
3.8
- run: pip3 install tox
- run: tox
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ classifiers = [
'Operating System :: POSIX :: Linux',
'Operating System :: Unix',
'Programming Language :: Python',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: Implementation',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Software Development',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
min_version = 4.3
isolated_build = True
envlist = py{39,310,311}-django{32,40} #,mypy
envlist = py{310,311,312}-django{32,40} #,mypy

[testenv]
extras =
Expand Down

0 comments on commit 80b0aa0

Please sign in to comment.