Skip to content

Commit

Permalink
Merge pull request #122 from AlexWaygood/py312
Browse files Browse the repository at this point in the history
Declare support for (and test with) Python 3.12
  • Loading branch information
swansonk14 committed Nov 12, 2023
2 parents 9744923 + ee48863 commit 0789b25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@main
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -37,6 +37,7 @@
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
"Typing :: Typed"
Expand Down

0 comments on commit 0789b25

Please sign in to comment.