Skip to content

Commit d7e4022

Browse files
committed
feat: declare support for python 3.14
1 parent 4ab19a8 commit d7e4022

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
pytest:
3636
strategy:
3737
matrix:
38-
py_version: [ "3.10", "3.11", "3.12", "3.13" ]
38+
py_version: [ "3.10", "3.11", "3.12", "3.13", "3.14" ]
3939
runs-on: "ubuntu-latest"
4040
steps:
4141
- uses: actions/checkout@v5

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ classifiers = [
1919
"Programming Language :: Python :: 3.11",
2020
"Programming Language :: Python :: 3.12",
2121
"Programming Language :: Python :: 3.13",
22+
"Programming Language :: Python :: 3.14",
2223
]
2324
homepage = "https://github.com/taskiq-python/taskiq-psqlpy"
2425
repository = "https://github.com/taskiq-python/taskiq-psqlpy"

0 commit comments

Comments
 (0)