Skip to content

Commit 2ad4a5b

Browse files
committed
add more 3.13
1 parent e687fb5 commit 2ad4a5b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272
strategy:
7373
matrix:
74-
python: ['3.10', '3.11', '3.12']
74+
python: ['3.10', '3.11', '3.12', '3.13']
7575

7676
steps:
7777
- uses: actions/checkout@v6

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ classifiers = [
2828
"Programming Language :: Python :: 3.10",
2929
"Programming Language :: Python :: 3.11",
3030
"Programming Language :: Python :: 3.12",
31+
"Programming Language :: Python :: 3.13",
3132
]
3233
dependencies = [
3334
"mmh3>=4.0.0,<6.0.0",

0 commit comments

Comments
 (0)