Skip to content

Commit

Permalink
Test and Support Python 3.12 (#405)
Browse files Browse the repository at this point in the history
* Test and Support Python 3.12

* Adjust matrix to not test 2.2 with 3.12

* Fix typo

* Fix yet another typo
  • Loading branch information
frankwiles authored Jan 27, 2024
1 parent 334255d commit 3aa2d36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,15 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
django-version:
- "2.2"
- "3.2"
- "4.1"
- "4.2"
exclude:
- python-version: "3.12"
django-version: "2.2"
steps:
- uses: actions/checkout@v3
- name: Setup Python version ${{ matrix.python-version }}
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ classifier =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Software Development :: Quality Assurance
Topic :: System :: Logging
Topic :: System :: Monitoring
Expand Down

0 comments on commit 3aa2d36

Please sign in to comment.