Skip to content

Commit 646f15a

Browse files
Merge pull request #237 from chayim/ck/py13
Python 3.13 Trove and CI
2 parents b3ead6f + d3846d6 commit 646f15a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
py:
23+
- "3.13"
2324
- "3.12"
2425
- "3.11"
2526
- "3.10"
@@ -36,6 +37,7 @@ jobs:
3637
python-version: ${{ matrix.py }}
3738
- run: uv sync --extra test --locked
3839
- run: uv run pytest --benchmark-disable -vvv
40+
3941
mypy:
4042
runs-on: ubuntu-latest
4143
steps:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ classifiers = [
1818
"Programming Language :: Python :: 3.10",
1919
"Programming Language :: Python :: 3.11",
2020
"Programming Language :: Python :: 3.12",
21+
"Programming Language :: Python :: 3.13",
2122
"Programming Language :: Rust",
2223
"Programming Language :: Python :: Implementation :: CPython",
2324
"Programming Language :: Python :: Implementation :: PyPy",

0 commit comments

Comments
 (0)