Skip to content

Commit 091174f

Browse files
committed
chore: add support for Python 3.13
1 parent 602c38b commit 091174f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/lib-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
strategy:
121121
matrix:
122122
os: [ubuntu-latest, macos-latest, windows-latest]
123-
python-version: ["3.9", "3.10", "3.11", "3.12"]
123+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
124124
exclude:
125125
- { python-version: "3.9", os: "macos-latest" }
126126
include:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ classifiers = [
2424
"Programming Language :: Python :: 3.10",
2525
"Programming Language :: Python :: 3.11",
2626
"Programming Language :: Python :: 3.12",
27+
"Programming Language :: Python :: 3.13",
2728
"Topic :: Internet",
2829
"Topic :: Software Development :: Libraries",
2930
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)