Skip to content

Commit

Permalink
Update workflow to python 3.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquebastos committed Feb 2, 2022
1 parent a75fdfc commit 4f16fbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
py37:
py310:
runs-on: ubuntu-latest
container: python:3.7-alpine
container: python:3.10-alpine

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

- name: Run Tox
env:
TOXENV: py37
TOXENV: py310
run: |
"$HOME/.local/bin/tox"
Expand Down

0 comments on commit 4f16fbe

Please sign in to comment.