Skip to content

Commit

Permalink
build: add python311 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ichintanjoshi authored and DawoudSheraz committed Apr 15, 2024
1 parent ff6af7f commit 7666f4d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.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: ['py38']
python-version: ['py38', 'py311']
django-version: ['django42']
db-version: ['mysql80']
pytest-split-group: [1, 2, 3, 4, 5, 6]
Expand Down
4 changes: 2 additions & 2 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ exceptiongroup==1.2.0
# pytest
# trio
# trio-websocket
execnet==2.1.0
execnet==2.1.1
# via pytest-xdist
face==22.0.0
# via glom
Expand Down Expand Up @@ -592,7 +592,7 @@ packaging==21.3
# tox
paramiko==3.4.0
# via docker
path==16.12.1
path==16.13.0
# via edx-i18n-tools
pbr==6.0.0
# via stevedore
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 = py38-django{42}
envlist = py{38, 311}-django{42}
skipsdist=true

[pytest]
Expand Down

0 comments on commit 7666f4d

Please sign in to comment.