Skip to content

Commit 5fe2c9a

Browse files
authored
Test with Python 3.13 (#80)
1 parent a6439cc commit 5fe2c9a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build-test-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- "3.10"
2828
- "3.11"
2929
- "3.12"
30+
- "3.13"
3031

3132
steps:
3233
- name: Checkout

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ classifiers = [
1414
"Programming Language :: Python :: 3.10",
1515
"Programming Language :: Python :: 3.11",
1616
"Programming Language :: Python :: 3.12",
17+
"Programming Language :: Python :: 3.13",
1718
"Programming Language :: Python :: Implementation :: CPython",
1819
"Programming Language :: Python :: Implementation :: PyPy",
1920
]

0 commit comments

Comments
 (0)