Skip to content

Commit 6a74420

Browse files
committed
add 3.12 to tests, change requirement from python <3.12 to <3.13
1 parent 9601c64 commit 6a74420

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python-version: ["3.9", "3.10", "3.11"]
12+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1313

1414
steps:
1515
- uses: actions/checkout@v4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
author_email="martin.glauer@ovgu.de",
1515
description="",
1616
zip_safe=False,
17-
python_requires=">=3.9, <3.12",
17+
python_requires=">=3.9, <3.13",
1818
install_requires=[
1919
"certifi",
2020
"idna",

0 commit comments

Comments
 (0)