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 Nov 1, 2023
1 parent ad9ab64 commit 2387901
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
redis-version: 'latest'
python-version: '3.11'

# 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: '4.2'
redis-version: 'master'
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,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 @@ -76,6 +77,7 @@ envlist =
py{36,37,38,39,310,311}-dj{22,31,32,40,41,42}-redislatest
# tests against unreleased versions
py311-dj42-redismaster
py312-dj42-redislatest
py311-djmain-redis{latest,master}

[gh-actions]
Expand All @@ -86,6 +88,7 @@ python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312

[gh-actions:env]
DJANGO =
Expand Down

0 comments on commit 2387901

Please sign in to comment.