Skip to content

Commit

Permalink
Add django 5 and python 3.12 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyZmeem committed Dec 7, 2023
1 parent af53102 commit 388010d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ jobs:
- {django: '==4.2.*', python: '3.9', os: 'ubuntu-latest'}
- {django: '==4.2.*', python: '3.10', os: 'ubuntu-latest'}
- {django: '==4.2.*', python: '3.11', os: 'ubuntu-latest'}
- {django: '~=4.2.8', python: '3.12', os: 'ubuntu-latest'}

- {django: '==5.0.*', python: '3.10', os: 'ubuntu-latest'}
- {django: '==5.0.*', python: '3.11', os: 'ubuntu-latest'}
- {django: '==5.0.*', python: '3.12', os: 'ubuntu-latest'}

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],
)

0 comments on commit 388010d

Please sign in to comment.