Skip to content

Commit 12c65d6

Browse files
authored
remove python 3.11.1
1 parent 06276d8 commit 12c65d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testslurm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
python-version: [3.8.16, 3.9.16, 3.10.9, 3.11.1, 3.11.5]
13+
python-version: [3.8.16, 3.9.16, 3.10.9, 3.11.5]
1414
fail-fast: false
1515
runs-on: ubuntu-latest
1616
env:

0 commit comments

Comments
 (0)