Skip to content

Commit

Permalink
Update CI runners
Browse files Browse the repository at this point in the history
  • Loading branch information
a-hurst committed Dec 28, 2023
1 parent 2c62d62 commit d857314
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
name-prefix: ['Linux (Python ']

env:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9]
python-version: [3.10]
name-prefix: ['macOS (Python ']

env:
Expand Down Expand Up @@ -95,11 +95,11 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9]
python-version: [3.10]
architecture: ['x64']
name-prefix: ['Windows (Python ']
include:
- python-version: '3.9'
- python-version: '3.10'
architecture: 'x86'
name-prefix: 'Windows 32-bit (Python '

Expand Down

0 comments on commit d857314

Please sign in to comment.