Skip to content

Commit 6b47ee9

Browse files
committed
chore: python 3.13 support
1 parent 950a3f4 commit 6b47ee9

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
python:
21+
- '3.13'
2122
- '3.12'
2223
- '3.11'
2324
steps:

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ classifiers = [
1515
"Development Status :: 4 - Beta",
1616
"Programming Language :: Python :: 3.11",
1717
"Programming Language :: Python :: 3.12",
18+
"Programming Language :: Python :: 3.13",
1819
"Programming Language :: Python :: Implementation :: CPython",
1920
"License :: OSI Approved :: MIT License",
2021
"Environment :: Web Environment",
@@ -91,6 +92,7 @@ envlist =
9192
style
9293
py311
9394
py312
95+
py313
9496
coverage
9597
9698
[testenv]

0 commit comments

Comments
 (0)