Skip to content

Commit b35d8cc

Browse files
authored
Update testing_multiversion.yml
Limit test versions to allowd versions
1 parent ea5bf2c commit b35d8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing_multiversion.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# Using matrix strategy
1313
strategy:
1414
matrix:
15-
python-version: ["3.8", "3.9", "3.10", "3.11"]
15+
python-version: ["3.8", "3.9", "3.10", "3.11.8"]
1616
runs-on: ubuntu-latest
1717
steps:
1818
# Check out repo and set up Python

0 commit comments

Comments
 (0)