Skip to content

Commit

Permalink
add 3.12 to tests, change requirement from python <3.12 to <3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sfluegel05 committed Jan 9, 2025
1 parent 9601c64 commit 6a74420
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
author_email="[email protected]",
description="",
zip_safe=False,
python_requires=">=3.9, <3.12",
python_requires=">=3.9, <3.13",
install_requires=[
"certifi",
"idna",
Expand Down

0 comments on commit 6a74420

Please sign in to comment.