Skip to content

Commit 4f16fbe

Browse files
Update workflow to python 3.10.
1 parent a75fdfc commit 4f16fbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ on:
2020
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2121
jobs:
2222
# This workflow contains a single job called "build"
23-
py37:
23+
py310:
2424
runs-on: ubuntu-latest
25-
container: python:3.7-alpine
25+
container: python:3.10-alpine
2626

2727
# Steps represent a sequence of tasks that will be executed as part of the job
2828
steps:
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Run Tox
3737
env:
38-
TOXENV: py37
38+
TOXENV: py310
3939
run: |
4040
"$HOME/.local/bin/tox"
4141

0 commit comments

Comments
 (0)