Skip to content

Commit 1516623

Browse files
build: add Python 3.12 and 3.13 support
1 parent 55e1841 commit 1516623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
fail-fast: false
5555
matrix:
5656
os: [ ubuntu-24.04, macos-14, macos-15-intel ]
57-
python-version: [ 310, 311 ]
57+
python-version: [ 310, 311, 312, 313 ]
5858

5959
steps:
6060
- name: "Checkout code"

0 commit comments

Comments
 (0)