Skip to content

Commit ca113db

Browse files
committed
Test Python 3.11
1 parent 9835568 commit ca113db

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest]
15-
python-version: ['3.8', '3.9', '3.10']
15+
python-version: ['3.8', '3.9', '3.10', '3.11']
1616
django-version: ['3.2', '4.0', '4.1']
1717

1818
steps:

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ classifiers = [
2424
"Programming Language :: Python :: 3.8",
2525
"Programming Language :: Python :: 3.9",
2626
"Programming Language :: Python :: 3.10",
27+
"Programming Language :: Python :: 3.11",
2728
]
2829
dependencies = [
2930
"django >=3.2",
@@ -112,14 +113,15 @@ testpaths = [
112113
[tool.tox]
113114
legacy_tox_ini = """
114115
[tox]
115-
envlist = {linux}-py{38,39,310}-django{32,40,41}
116+
envlist = {linux}-py{38,39,310,311}-django{32,40,41}
116117
isolated_build = True
117118
118119
[gh-actions]
119120
python =
120121
3.8: py38
121122
3.9: py39
122123
3.10: py310
124+
3.11: py311
123125
124126
[gh-actions:env]
125127
OS =

0 commit comments

Comments
 (0)