Skip to content

Commit 703d557

Browse files
chore(package): mark python 3.13 as supported
1 parent 9a947e1 commit 703d557

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ classifiers = [
2525
"Programming Language :: Python :: 3.10",
2626
"Programming Language :: Python :: 3.11",
2727
"Programming Language :: Python :: 3.12",
28+
"Programming Language :: Python :: 3.13",
2829
"Operating System :: OS Independent",
2930
"Operating System :: POSIX",
3031
"Operating System :: MacOS",

scripts/test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ else
7272
echo "==> Running tests for Python 3.8"
7373
UV_PYTHON=3.8 run_tests "$@"
7474

75-
echo "==> Running tests for Python 3.12"
76-
UV_PYTHON=3.12 run_tests "$@"
75+
echo "==> Running tests for Python 3.13"
76+
UV_PYTHON=3.13 run_tests "$@"
7777
fi

0 commit comments

Comments
 (0)