Skip to content

Commit 1f57e53

Browse files
authored
Test Python 3.13 support (#131)
Co-authored-by: zachferguson <[email protected]>
1 parent 8a2a657 commit 1f57e53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-latest, macos-latest, windows-latest]
24-
python-version: [cp38, cp39, cp310, cp311, cp312]
24+
python-version: [cp39, cp310, cp311, cp312, cp313]
2525
arch: [x86_64, arm64]
2626
exclude:
2727
- os: ubuntu-latest

.github/workflows/python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: [ubuntu-latest, macos-latest, windows-latest]
26-
python-version: ["3.9", "3.10", "3.11", "3.12"]
26+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2727
include:
2828
- os: ubuntu-latest
2929
name: Linux

0 commit comments

Comments
 (0)