Skip to content

Commit a7c17b3

Browse files
foarsitterfjsj
authored andcommitted
Add Python 3.12 to test matrix and add classifier
1 parent 96ce5cd commit a7c17b3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ workflows:
66
- base-test:
77
matrix:
88
parameters:
9-
python-version: ["3.8", "3.9", "3.10", "3.11"]
9+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1010
django-version: ["3.2", "4.0", "4.1", "4.2"]
1111
exclude:
1212
- python-version: "3.11"
1313
django-version: "3.2"
1414
- python-version: "3.11"
1515
django-version: "4.0"
16+
- python-version: "3.12"
17+
django-version: "3.2"
18+
- python-version: "3.12"
19+
django-version: "4.0"
1620

1721
- coverall:
1822
requires:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def rel(*parts):
3636
'Programming Language :: Python :: 3.9',
3737
'Programming Language :: Python :: 3.10',
3838
'Programming Language :: Python :: 3.11',
39+
'Programming Language :: Python :: 3.12',
3940
'Framework :: Django',
4041
'Framework :: Django :: 3.2',
4142
'Framework :: Django :: 4.0',

0 commit comments

Comments
 (0)