Skip to content

Commit

Permalink
FIx Python 3.10 version in CI YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
a-hurst committed Jan 8, 2023
1 parent e901e4f commit 282a1df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.10]
python-version: ['3.10']
sdl2: ['2.26.0', '2.24.0', '2.0.22']
name-prefix: ['macOS (Python ']
include:
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.10]
python-version: ['3.10']
architecture: ['x64']
sdl2: [
'2.26.0', '2.24.0', '2.0.22', '2.0.20', '2.0.18', '2.0.16', '2.0.14',
Expand Down

0 comments on commit 282a1df

Please sign in to comment.