Skip to content

Commit 75c55b6

Browse files
authored
✨ feat: enable python 3.13 (#40)
1 parent 6c71bd9 commit 75c55b6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ jobs:
5353
strategy:
5454
fail-fast: false
5555
matrix:
56-
python-version: ["3.10", "3.12"]
56+
python-version: ["3.10", "3.11", "3.12", "3.13"]
5757
runs-on: [ubuntu-latest, macos-latest, windows-latest]
5858

5959
# include:
60-
# - python-version: pypy-3.10
60+
# - python-version: pypy-3.11
6161
# runs-on: ubuntu-latest
6262

6363
steps:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ classifiers = [
1919
"Programming Language :: Python :: 3.10",
2020
"Programming Language :: Python :: 3.11",
2121
"Programming Language :: Python :: 3.12",
22+
"Programming Language :: Python :: 3.13",
2223
"Topic :: Scientific/Engineering",
2324
"Typing :: Typed",
2425
]

0 commit comments

Comments
 (0)