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 97e6f87 commit fc22597Copy full SHA for fc22597
.github/workflows/python-package.yml
@@ -13,11 +13,11 @@ jobs:
13
build:
14
# See https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
15
# for available Python versions on ubuntu
16
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
17
strategy:
18
matrix:
19
# see https://www.python.org/downloads/
20
- python-version: [ '3.6', '3.12' ]
+ python-version: [ '3.7', '3.12' ]
21
22
steps:
23
- uses: actions/checkout@v4
0 commit comments