Skip to content

Commit ddd7258

Browse files
committed
addresses CI for #52
1 parent e797d50 commit ddd7258

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
10+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12.0-rc.3']
1111
django-version:
1212
- 'Django~=3.2.0' # LTS April 2024
1313
- 'Django~=4.1.0' # December 2023
@@ -19,6 +19,10 @@ jobs:
1919
django-version: 'Django~=4.2.0'
2020
- python-version: '3.11'
2121
django-version: 'Django~=3.2.0'
22+
- python-version: '3.12.0-rc.3'
23+
django-version: 'Django~=3.2.0'
24+
- python-version: '3.12.0-rc.3'
25+
django-version: 'Django~=4.1.0'
2226

2327
steps:
2428
- uses: actions/checkout@v2

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: 3.9",
2727
"Programming Language :: Python :: 3.10",
2828
"Programming Language :: Python :: 3.11",
29+
"Programming Language :: Python :: 3.12",
2930
"Topic :: Internet :: WWW/HTTP",
3031
"Topic :: Internet :: WWW/HTTP :: Site Management",
3132
"Topic :: Software Development :: Libraries",

0 commit comments

Comments
 (0)