Skip to content

Commit

Permalink
chore: Python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
augi committed Feb 1, 2024
1 parent 0b89c76 commit 82cd76d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
pytest-version: [4, 5, 6, 7, 8]

steps:
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ classifiers =
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
Topic :: Utilities
Intended Audience :: Developers
Expand All @@ -25,7 +26,7 @@ classifiers =
Operating System :: Microsoft :: Windows

[options]
python_requires = >= 3.8
python_requires = >=3.8

package_dir=
=src
Expand Down

0 comments on commit 82cd76d

Please sign in to comment.