Skip to content

Commit 1117170

Browse files
committed
chore: don't build for 3.13 for now
1 parent 13562da commit 1117170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
fail-fast: false
5757
matrix:
5858
os: [ubuntu-22.04, windows-2019, macos-12]
59-
py: ["cp39", "cp310", "cp311", "cp312", "cp313"]
59+
py: ["cp39", "cp310", "cp311", "cp312",]
6060

6161
steps:
6262
- uses: actions/checkout@v4
@@ -159,7 +159,7 @@ jobs:
159159
fail-fast: false
160160
matrix:
161161
os: [ 'ubuntu-latest', 'windows-latest', 'macos-13']
162-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
162+
python-version: ['3.9', '3.10', '3.11', '3.12']
163163
arch: ['x64', 'x86']
164164
exclude:
165165
- os: 'ubuntu-latest'

0 commit comments

Comments
 (0)