Skip to content

Commit c6cf689

Browse files
committed
feat: add Python 3.12 and 3.13
1 parent 691ba2d commit c6cf689

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: [ 3.9, "3.10", "3.11" ]
15+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
1616

1717
steps:
1818
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ classifiers = [
1919
"Programming Language :: Python :: 3.9",
2020
"Programming Language :: Python :: 3.10",
2121
"Programming Language :: Python :: 3.11",
22+
"Programming Language :: Python :: 3.12",
23+
"Programming Language :: Python :: 3.13",
2224
"Topic :: Utilities",
2325
]
2426
dependencies = [

0 commit comments

Comments
 (0)