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 3f96801 commit a47da3fCopy full SHA for a47da3f
.github/workflows/ci.yml
@@ -68,15 +68,14 @@ jobs:
68
path: dist/
69
70
test:
71
- # Specific ubuntu version to support python 3.6 testing
72
- # see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877 for details
73
- # move to ubuntu-latest when we drop 3.6
74
- runs-on: ubuntu-20.04
+ # Specific ubuntu version to support python 3.7 testing
+ # see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877 for list of supported versions
+ # move to ubuntu-latest when we drop 3.7
+ runs-on: ubuntu-22.04
75
strategy:
76
fail-fast: false
77
matrix:
78
python_version:
79
- - "3.6"
80
- "3.7"
81
- "3.8"
82
- "3.9"
0 commit comments