Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Kozea/cairosvg
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Nov 6, 2021
2 parents 95b0c32 + eca5d2b commit 45b82fa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: [3.6, 3.7, 3.8]
python-version:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 45b82fa

Please sign in to comment.