Skip to content

Commit eaebdf6

Browse files
committed
Add 3.13 test runner
1 parent 8937f18 commit eaebdf6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
16+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13""]
1717
os: [ubuntu-latest, macOS-latest, windows-latest]
1818

1919
steps:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ classifiers = [
2727
"Programming Language :: Python :: 3.10",
2828
"Programming Language :: Python :: 3.11",
2929
"Programming Language :: Python :: 3.12",
30+
"Programming Language :: Python :: 3.13",
3031
"Topic :: Software Development :: Build Tools",
3132
"Topic :: Software Development :: Libraries :: Python Modules",
3233
"Topic :: Utilities",

0 commit comments

Comments
 (0)