Skip to content

Commit 8904601

Browse files
committed
Add Python 3.12 to test matrix and add classifier
1 parent e11150a commit 8904601

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
redis-version: 'latest'
3636
python-version: '3.9'
3737

38+
# Django 4.2 and python 3.12 with latest redis
39+
- django-version: '4.2'
40+
redis-version: 'latest'
41+
python-version: '3.12'
42+
3843
# latest Django with pre-release redis
3944
- django-version: '5.0'
4045
redis-version: 'master'

changelog.d/689.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added support for Python 3.12

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ classifiers =
2424
Programming Language :: Python :: 3.9
2525
Programming Language :: Python :: 3.10
2626
Programming Language :: Python :: 3.11
27+
Programming Language :: Python :: 3.12
2728
Topic :: Software Development :: Libraries
2829
Topic :: Utilities
2930

@@ -59,6 +60,7 @@ envlist =
5960
py{38,39,310,311}-dj{42,50}-redislatest
6061
# tests against unreleased versions
6162
py311-dj50-redismaster
63+
py312-dj42-redislatest
6264
py311-djmain-redis{latest,master}
6365

6466
[gh-actions]
@@ -67,6 +69,7 @@ python =
6769
3.9: py39
6870
3.10: py310
6971
3.11: py311
72+
3.12: py312
7073

7174
[gh-actions:env]
7275
DJANGO =

0 commit comments

Comments
 (0)