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 77666aa commit 953126bCopy full SHA for 953126b
1 file changed
.github/workflows/build-test-deploy.yml
@@ -22,8 +22,7 @@ jobs:
22
strategy:
23
matrix:
24
python-version: ['3.8', '3.9', '3.10', '3.11']
25
- os-version: ['ubuntu-20.04', 'windows-latest', 'macos-latest']
26
-# Pinned Ubuntu version to 20.04 since no Python 3.6 builds available on ubuntu-latest (22.04) as of 2022-12-7.
+ os-version: ['ubuntu-latest', 'windows-latest', 'macos-latest']
27
# os-version: [ubuntu-latest, windows-latest, macos-latest]
28
29
steps:
0 commit comments