Skip to content

Commit

Permalink
[META][CI] Fixes YAML syntax for correct Python 3.10 version parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel FORESTIER committed Nov 22, 2020
1 parent 2da1ee9 commit 1e23ccd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, pypy3]
python-version:
- '3.4'
- '3.5'
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- 'pypy3'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 1e23ccd

Please sign in to comment.