Skip to content

Commit da686cb

Browse files
committed
Bump 3.{8,9,10}.0 to earliest versions supported by 22.04 runner
Available versions listed here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
1 parent f91313c commit da686cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
4040
python-version:
4141
- "3.8"
42-
- "3.8.0"
42+
- "3.8.12"
4343
- "3.9"
44-
- "3.9.0"
44+
- "3.9.12"
4545
- "3.10"
46-
- "3.10.0"
46+
- "3.10.4"
4747
- "3.11"
4848
- "3.11.0"
4949
- "3.12"

0 commit comments

Comments
 (0)