Skip to content

Commit 28296b4

Browse files
authored
Fix Python versions in nightly CI (#264)
1 parent b66491b commit 28296b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-gh-nightly-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- false
2626
python-version:
2727
- "3.10"
28-
- "3.12"
28+
- "3.11"
2929
- "3.12"
3030
uses:
3131
./.github/workflows/gh-build-and-test.yml

0 commit comments

Comments
 (0)