Skip to content

Commit

Permalink
Support python 3.12 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
kklein authored Mar 19, 2024
1 parent 9a1fda0 commit efb2edb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
PYTHON_VERSION: ["3.9", "3.10", "3.11"]
PYTHON_VERSION: ["3.9", "3.10", "3.11", "3.12"]
steps:
- name: Checkout branch
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
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",
]
requires-python = ">=3.9"

Expand Down

0 comments on commit efb2edb

Please sign in to comment.