Skip to content

Commit 1c85c03

Browse files
committed
update supported Python versions to 3.11, 3.12, 3.13
1 parent 4dc04de commit 1c85c03

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
strategy:
5151
fail-fast: false
5252
matrix:
53-
python-version: ["3.10", "3.11", "3.12"]
53+
python-version: ["3.11", "3.12", "3.13"]
5454

5555
steps:
5656
- uses: actions/checkout@v4

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,3 @@ Try it:
9494

9595
* Quality tools: Code linting and reformatting with Ruff
9696
* GitHub Actions for testing and packaging
97-

0 commit comments

Comments
 (0)