Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ jobs:
# Duplicate changes to this matrix to 'poc_tests'
matrix:
os: [ubuntu-latest, macos-13, windows-latest]
python-version: ['3.9', '3.10']
python-version: ['3.10', '3.13']
compiler: [""]
include:
- os: ubuntu-latest
python-version: '3.8'
- os: ubuntu-latest
python-version: '3.10'
compiler: 'g++'
Expand Down Expand Up @@ -98,12 +96,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-13, windows-latest]
python-version: ['3.10']
python-version: ['3.10', '3.13']
compiler: [""]
include:
- os: ubuntu-latest
python-version: '3.8'
- os: ubuntu-latest
python-version: '3.9'
python-version: '3.10'
compiler: 'g++'
- os: ubuntu-latest
python-version: '3.11'
- os: ubuntu-latest
Expand Down
Loading