Skip to content

Commit

Permalink
Escape Python versions in YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
kjd committed May 8, 2023
1 parent c15885f commit 55e98a5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python-package.yml
Expand Up @@ -41,12 +41,12 @@ jobs:
strategy:
matrix:
python-version:
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11
- pypy-3.9
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- 'pypy-3.9'
include:
- python-version: 3.5
os: ubuntu-20.04
Expand Down

0 comments on commit 55e98a5

Please sign in to comment.