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 d872c71 commit 31d573dCopy full SHA for 31d573d
.github/workflows/ci.yaml
@@ -13,10 +13,10 @@ jobs:
13
# This workflow contains a single job called "build"
14
build:
15
# The type of runner that the job will run on
16
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
17
strategy:
18
matrix:
19
- python-version: [3.7, 3.8]
+ python-version: ["3.8", "3.9", "3.10"]
20
21
# Steps represent a sequence of tasks that will be executed as part of the job
22
steps:
0 commit comments