Skip to content

Commit ee3fa1a

Browse files
authored
add python 3.13 to build matrix (#38)
1 parent ed986bb commit ee3fa1a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: [ "3.10", "3.11", "3.12" ]
20+
python-version: [ "3.10", "3.11", "3.12", "3.13" ]
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
steps:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.10",
2424
"Programming Language :: Python :: 3.11",
2525
"Programming Language :: Python :: 3.12",
26+
"Programming Language :: Python :: 3.13",
2627
"Topic :: Software Development :: Libraries"
2728
]
2829
dynamic = ["readme"]

0 commit comments

Comments
 (0)