Skip to content

Commit fe31a59

Browse files
committed
CI: Verify on Python 3.13 and 3.14
1 parent 8ec6dee commit fe31a59

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
- "3.10"
2727
- "3.11"
2828
- "3.12"
29+
- "3.13"
30+
- "3.14"
2931
include:
3032
- os: "macos-latest"
3133
python-version: "3.11"

pyproject.toml

Lines changed: 3 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 = "andreas.motl@panodata.org" },
2828
]
29-
requires-python = ">=3.9,<3.13"
29+
requires-python = ">=3.9"
3030
classifiers = [
3131
"Development Status :: 3 - Alpha",
3232
"Environment :: Console",
@@ -50,6 +50,8 @@ classifiers = [
5050
"Programming Language :: Python :: 3.10",
5151
"Programming Language :: Python :: 3.11",
5252
"Programming Language :: Python :: 3.12",
53+
"Programming Language :: Python :: 3.13",
54+
"Programming Language :: Python :: 3.14",
5355
"Topic :: Adaptive Technologies",
5456
"Topic :: Communications",
5557
"Topic :: Database",

0 commit comments

Comments
 (0)