Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 388010d

Browse files
committedDec 7, 2023
Add django 5 and python 3.12 to the test matrix
1 parent af53102 commit 388010d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎.github/workflows/tests.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ jobs:
119119
- {django: '==4.2.*', python: '3.9', os: 'ubuntu-latest'}
120120
- {django: '==4.2.*', python: '3.10', os: 'ubuntu-latest'}
121121
- {django: '==4.2.*', python: '3.11', os: 'ubuntu-latest'}
122+
- {django: '~=4.2.8', python: '3.12', os: 'ubuntu-latest'}
123+
124+
- {django: '==5.0.*', python: '3.10', os: 'ubuntu-latest'}
125+
- {django: '==5.0.*', python: '3.11', os: 'ubuntu-latest'}
126+
- {django: '==5.0.*', python: '3.12', os: 'ubuntu-latest'}
122127

123128
steps:
124129
- uses: actions/checkout@v2

‎setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@
3636
'Programming Language :: Python :: 3.9',
3737
'Programming Language :: Python :: 3.10',
3838
'Programming Language :: Python :: 3.11',
39+
'Programming Language :: Python :: 3.12',
3940
],
4041
)

0 commit comments

Comments
 (0)
Please sign in to comment.