Skip to content

Commit

Permalink
properly specific python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ejolly committed Oct 31, 2023
1 parent d12b4bd commit 93632d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto_formatting_tests_and_coverage.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
# OSs to test
os: [ubuntu-latest, macos-latest]
# Python versions to test
python-version: [3.8, 3.9, 3.10, 3.11]
python-version: [3.8, 3.9, '3.10', 3.11]
# By default everything should pass for the workflow to pass
experimental: [false]
include:
Expand All @@ -44,7 +44,7 @@ jobs:
python-version: 3.9
experimental: true
- os: windows-latest
python-version: 3.10
python-version: '3.10'
experimental: true
- os: windows-latest
python-version: 3.11
Expand Down

0 comments on commit 93632d2

Please sign in to comment.