Skip to content

Commit 37a7689

Browse files
committed
May have jumped the gun on 3.13 compatibility
Manifold is not ready yet.
1 parent 65bdcb7 commit 37a7689

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python-version: ["3.10", "3.11", "3.12", "3.13"]
23+
python-version: ["3.10", "3.11", "3.12"]
2424
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
2525
include:
2626
- os: macos-13

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ 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",
2726
"Environment :: Console",
2827
"Environment :: GPU",
2928
"Environment :: MacOS X",

0 commit comments

Comments
 (0)