Skip to content

Commit

Permalink
Merge pull request #237 from chayim/ck/py13
Browse files Browse the repository at this point in the history
Python 3.13 Trove and CI
  • Loading branch information
saulshanabrook authored Dec 5, 2024
2 parents b3ead6f + d3846d6 commit 646f15a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
fail-fast: false
matrix:
py:
- "3.13"
- "3.12"
- "3.11"
- "3.10"
Expand All @@ -36,6 +37,7 @@ jobs:
python-version: ${{ matrix.py }}
- run: uv sync --extra test --locked
- run: uv run pytest --benchmark-disable -vvv

mypy:
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
Expand Down

0 comments on commit 646f15a

Please sign in to comment.