Skip to content

Commit 700d52e

Browse files
committed
Mark python 3.13 as supported and add it to CI
1 parent 86f724f commit 700d52e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,11 @@ jobs:
7070
py310: "3.10"
7171
py311: "3.11"
7272
py312: "3.12"
73+
py313: "3.13"
7374
strategy:
7475
fail-fast: false
7576
matrix:
76-
python-version: [py38, py39, py310, py311, py312]
77+
python-version: [py38, py39, py310, py311, py312, py313]
7778
steps:
7879
- uses: actions/checkout@v4
7980
- name: Set up Python ${{ env[matrix.python-version] }}

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.10",
2424
"Programming Language :: Python :: 3.11",
2525
"Programming Language :: Python :: 3.12",
26+
"Programming Language :: Python :: 3.13",
2627
"Typing :: Typed",
2728
]
2829

0 commit comments

Comments
 (0)