Skip to content

Commit

Permalink
feat: Adding python3.11 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Apr 5, 2024
1 parent 22374b4 commit 5231cb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
tox-env: [quality, django42]
python-version: ['3.8', '3.12']
python-version: ['3.8', '3.11']
db-version: ['mysql80']

steps:
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, 312}-django{42},quality
envlist = py{38, 311}-django{42},quality
skipsdist = True

[pycodestyle]
Expand Down

0 comments on commit 5231cb6

Please sign in to comment.