Skip to content

Commit 8ec6dee

Browse files
committed
CI: Verify on Python 3.12
1 parent 06d7c2e commit 8ec6dee

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: ["ubuntu-latest"]
24-
python-version: ["3.9", "3.10", "3.11"]
24+
python-version:
25+
- "3.9"
26+
- "3.10"
27+
- "3.11"
28+
- "3.12"
2529
include:
2630
- os: "macos-latest"
2731
python-version: "3.11"

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ license = { text = "Apache-2.0" }
2626
authors = [
2727
{ name = "Andreas Motl", email = "[email protected]" },
2828
]
29-
requires-python = "<3.12,>=3.9"
29+
requires-python = ">=3.9,<3.13"
3030
classifiers = [
3131
"Development Status :: 3 - Alpha",
3232
"Environment :: Console",
@@ -49,6 +49,7 @@ classifiers = [
4949
"Programming Language :: Python :: 3.9",
5050
"Programming Language :: Python :: 3.10",
5151
"Programming Language :: Python :: 3.11",
52+
"Programming Language :: Python :: 3.12",
5253
"Topic :: Adaptive Technologies",
5354
"Topic :: Communications",
5455
"Topic :: Database",

0 commit comments

Comments
 (0)