Skip to content

Commit df174ff

Browse files
authored
Merge branch 'master' into ivana/remove-flaky-test
2 parents 86c27c7 + 3945fc1 commit df174ff

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def get_file_text(file_name):
9999
"Programming Language :: Python :: 3.10",
100100
"Programming Language :: Python :: 3.11",
101101
"Programming Language :: Python :: 3.12",
102+
"Programming Language :: Python :: 3.13",
102103
"Topic :: Software Development :: Libraries :: Python Modules",
103104
],
104105
options={"bdist_wheel": {"universal": "1"}},

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,7 @@ basepython =
766766
py3.10: python3.10
767767
py3.11: python3.11
768768
py3.12: python3.12
769+
py3.13: python3.13
769770

770771
# Python version is pinned here because flake8 actually behaves differently
771772
# depending on which version is used. You can patch this out to point to

0 commit comments

Comments
 (0)