Skip to content

Commit 9005435

Browse files
authored
Merge pull request #694 from sanders41/python-3.12
Add tests and support for Python 3.12
2 parents a1dc063 + f46e4cd commit 9005435

File tree

3 files changed

+253
-257
lines changed

3 files changed

+253
-257
lines changed

.github/workflows/testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
python-version: ["3.8", "3.9", "3.10", "3.11"]
35+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
3636
runs-on: ubuntu-latest
3737
steps:
3838
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)