Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8b2c5 commit ecf3cd4Copy full SHA for ecf3cd4
1 file changed
.github/workflows/build.yml
@@ -70,9 +70,7 @@ jobs:
70
python: "3.13"
71
72
# macOS
73
- # Python 3.8 is the oldest version available on macOS/arm64.
74
- - os: macos-latest
75
- python: "3.8"
+ # Python 3.9 is the oldest version available on macOS/arm64.
76
- os: macos-latest
77
python: "3.9"
78
@@ -86,8 +84,6 @@ jobs:
86
84
87
85
# Ubuntu: test deadsnakes Python versions which are not supported by
88
# GHA python-versions.
89
- - os: ubuntu-20.04
90
- python: "3.6"
91
- os: ubuntu-22.04
92
python: "3.7"
93
0 commit comments