Skip to content

Commit

Permalink
Add Python 3.12 to test matrix and add classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
foarsitter committed Oct 21, 2024
1 parent f98dcce commit 5a866bc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
redis-version: 'latest'
python-version: '3.9'

# Django 4.2 and python 3.12 with latest redis
- django-version: '4.2'
redis-version: 'latest'
python-version: '3.12'

# latest Django with pre-release redis
- django-version: '5.1'
redis-version: 'master'
Expand Down
1 change: 1 addition & 0 deletions changelog.d/689.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added support for Python 3.12
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Software Development :: Libraries
Topic :: Utilities

Expand Down Expand Up @@ -57,7 +58,7 @@ envlist =
ruff
mypy
# tests against released versions
py{38,39,310,311}-dj{42,50,51}-redislatest
py{38,39,310,311,312}-dj{42,50,51}-redislatest
# tests against unreleased versions
py311-dj51-redismaster
py311-djmain-redis{latest,master}
Expand All @@ -68,6 +69,7 @@ python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312

[gh-actions:env]
DJANGO =
Expand Down

0 comments on commit 5a866bc

Please sign in to comment.