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 a75fdfc commit 4f16fbeCopy full SHA for 4f16fbe
.github/workflows/main.yml
@@ -20,9 +20,9 @@ on:
20
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
21
jobs:
22
# This workflow contains a single job called "build"
23
- py37:
+ py310:
24
runs-on: ubuntu-latest
25
- container: python:3.7-alpine
+ container: python:3.10-alpine
26
27
# Steps represent a sequence of tasks that will be executed as part of the job
28
steps:
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Run Tox
37
env:
38
- TOXENV: py37
+ TOXENV: py310
39
run: |
40
"$HOME/.local/bin/tox"
41
0 commit comments