Skip to content

Commit e5088dd

Browse files
authored
Update Python version in CI workflow (#230)
pytorch 2.9 needs python 3.10 or newer --------- Signed-off-by: Andreas Fehlner <[email protected]>
1 parent d821177 commit e5088dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
os: [ubuntu-24.04, windows-2022, macos-15]
42-
python: ["cp39", "cp310", "cp311", "cp312", "cp313"]
42+
python: ["cp310", "cp311", "cp312", "cp313"]
4343
steps:
4444
- uses: actions/checkout@v5
4545
with:

0 commit comments

Comments
 (0)