Skip to content

Commit bee7af4

Browse files
committed
ci: add 3.14 tests
1 parent 4381e27 commit bee7af4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
strategy:
4343
matrix:
44-
python-version: ["3.10", "3.11", "3.12", "3.13"]
44+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
4545
fail-fast: false
4646

4747
steps:

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77
license-files = ["LICENSE"]
88
authors = [
99
{ name = "Taskiq team", email = "[email protected]" },
10-
{ name = "Nikita Pastukhov", email = "nikita@pastukhov-dev.com" },
10+
{ name = "Nikita Pastukhov", email = "nikita@pastukhov-dev.ru" },
1111
]
1212

1313
keywords = ["taskiq", "tasks", "distributed", "async", "FastStream"]
@@ -66,7 +66,7 @@ redis = [
6666
]
6767

6868
otel = [
69-
"taskiq[opentelemetry]>=0.12.1,<0.13.0"
69+
"taskiq[opentelemetry]"
7070
]
7171

7272
[dependency-groups]
@@ -76,7 +76,7 @@ test = [
7676
"taskiq-faststream[kafka]",
7777
"taskiq-faststream[confluent]",
7878
"taskiq-faststream[redis]",
79-
79+
"taskiq-faststream[otel]",
8080
"coverage[toml]>=7.2.0,<8.0.0",
8181
"pytest>=7.4.0,<10",
8282
"freezegun>=1.2.2"

0 commit comments

Comments
 (0)