Skip to content

Commit d230edf

Browse files
committed
Add Python 3.12 to test matrix and add classifier
1 parent ad9ab64 commit d230edf

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
@@ -49,6 +49,11 @@ jobs:
4949
redis-version: 'latest'
5050
python-version: '3.11'
5151

52+
# Django 4.2 and python 3.12 with latest redis
53+
- django-version: '4.2'
54+
redis-version: 'latest'
55+
python-version: '3.12'
56+
5257
# latest Django with pre-release redis
5358
- django-version: '4.2'
5459
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
@@ -28,6 +28,7 @@ classifiers =
2828
Programming Language :: Python :: 3.9
2929
Programming Language :: Python :: 3.10
3030
Programming Language :: Python :: 3.11
31+
Programming Language :: Python :: 3.12
3132
Topic :: Software Development :: Libraries
3233
Topic :: Utilities
3334

@@ -76,6 +77,7 @@ envlist =
7677
py{36,37,38,39,310,311}-dj{22,31,32,40,41,42}-redislatest
7778
# tests against unreleased versions
7879
py311-dj42-redismaster
80+
py312-dj42-redislatest
7981
py311-djmain-redis{latest,master}
8082

8183
[gh-actions]
@@ -86,6 +88,7 @@ python =
8688
3.9: py39
8789
3.10: py310
8890
3.11: py311
91+
3.12: py312
8992

9093
[gh-actions:env]
9194
DJANGO =

0 commit comments

Comments
 (0)