Skip to content

Commit

Permalink
fixup! Drop Python 3.9 and add support for 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lkluft committed Jul 3, 2024
1 parent 5404246 commit 2f11e15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
name: [ubuntu, macos]
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11"]

include:
- name: ubuntu
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
[options]
python_requires = >=3.10
Expand Down

0 comments on commit 2f11e15

Please sign in to comment.