Skip to content

Commit d90fe26

Browse files
authored
Merge pull request #768 from ydb-platform/up_to_py_3_13
Update CI to test up to 3.13
2 parents 5f21fe3 + e79649a commit d90fe26

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: ["3.8", "3.9", "3.10", "3.11"]
20+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
2121
protobuf-version: [proto3, proto4, proto5, proto6]
2222

2323
steps:
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
fail-fast: false
4747
matrix:
48-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
48+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
4949

5050
steps:
5151
- uses: actions/checkout@v1

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"Programming Language :: Python :: 3.10",
3131
"Programming Language :: Python :: 3.11",
3232
"Programming Language :: Python :: 3.12",
33+
"Programming Language :: Python :: 3.13",
3334
"Programming Language :: Python :: 3 :: Only",
3435
],
3536
install_requires=requirements, # requirements.txt

test-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ bcrypt==3.2.0
33
black==22.12.0
44
cached-property==1.5.2
55
certifi==2024.7.4
6-
cffi==1.14.6
6+
cffi>=1.17.0,<2.0.0
77
charset-normalizer==2.0.1
88
cryptography==41.0.0
99
distro==1.5.0
@@ -42,7 +42,7 @@ flake8==3.9.2
4242
sqlalchemy==1.4.26
4343
pylint-protobuf
4444
cython
45-
freezegun==1.2.2
45+
freezegun>=1.3.0
4646
# pytest-cov
4747
yandexcloud
4848
-e .

0 commit comments

Comments
 (0)