Skip to content

Commit

Permalink
feat: new python versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jun 10, 2022
1 parent 33df6be commit 24efc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Build
strategy:
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, rc]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", rc]
runs-on: ubuntu-latest
container: python:${{ matrix.python-version }}
steps:
Expand Down

0 comments on commit 24efc1c

Please sign in to comment.