Skip to content

Commit

Permalink
feat: Added python3.11 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Apr 1, 2024
1 parent abb97a5 commit 3b09999
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
python-version:
- '3.8'
- '3.11'
- '3.12'
toxenv: [quality, django42]
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 @@ -69,7 +69,6 @@ def get_version(*file_paths):
'Programming Language :: Python',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Framework :: Django',
'Framework :: Django :: 4.2',
],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{38, 311, 312}-django{42}, quality
envlist = py{38, 311}-django{42}, quality

[pytest]
addopts = --cov=tests --cov-report term --cov-config=.coveragerc -p no:randomly
Expand Down

0 comments on commit 3b09999

Please sign in to comment.