Skip to content

Commit 0f5290f

Browse files
committed
py311 tests
1 parent 9339971 commit 0f5290f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: [3.7, 3.8, 3.9, "3.10"]
15+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
1616
dj-version: ["3.2.*", "4.0.*", "4.1.*", "4.2.*"]
1717
drf-version: ["3.13.*", "3.14.*", "3.15.*"]
1818
exclude:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
'Programming Language :: Python :: 3.8',
2727
'Programming Language :: Python :: 3.9',
2828
'Programming Language :: Python :: 3.10',
29+
'Programming Language :: Python :: 3.11',
2930
'Topic :: Software Development :: Libraries :: Python Modules',
3031
],
3132
)

0 commit comments

Comments
 (0)