Skip to content

Commit 70d53bf

Browse files
committed
Drop Python 3.14 until we rebuild manylinux container
1 parent 10384a9 commit 70d53bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clingo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: "ubuntu-latest"
7373
strategy:
7474
matrix:
75-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
75+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
7676
arch: ["amd64", "arm64", "ppc64le"]
7777
steps:
7878
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)