Skip to content

Commit

Permalink
Also test with Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ataylor32 committed Apr 14, 2023
1 parent bb046f4 commit 2457e2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Test

jobs:
tox:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
include:
Expand All @@ -31,6 +31,8 @@ jobs:
tox-env: py39-django41
- python-version: "3.10"
tox-env: py310-django41
- python-version: "3.11"
tox-env: py311-django41
steps:
- uses: actions/checkout@v3

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',

'Environment :: Web Environment',
'Framework :: Django',
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[tox]
envlist =
py{36,37,38,39,310}-django32
py{38,39,310}-django{40,41}
py{38,39,310}-django40
py{38,39,310,311}-django41

[testenv]
deps =
Expand Down

0 comments on commit 2457e2a

Please sign in to comment.