Skip to content

Commit

Permalink
Change CI so that 3.11 is used for special jobs except when devdeps i…
Browse files Browse the repository at this point in the history
…s called
  • Loading branch information
WilliamJamieson committed Dec 1, 2023
1 parent b5b8525 commit a40d386
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:
- linux: py310-xdist
- linux: py311-xdist
- linux: py312-xdist
- macos: py312-xdist
- macos: py311-xdist
pytest-results-summary: true
- linux: py312-stdevdeps-xdist
- linux: py312-devdeps-xdist
- linux: py312-xdist-cov
- linux: py311-stdevdeps-xdist
- linux: py311-devdeps-xdist
- linux: py311-xdist-cov
coverage: codecov
pytest-results-summary: true
6 changes: 3 additions & 3 deletions .github/workflows/ci_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
- macos: py39-xdist
- macos: py39-sdpdeps-xdist
- macos: py310-xdist
- macos: py311-xdist
- windows: py312-xdist
- macos: py312-xdist
- windows: py311-xdist
pytest-results-summary: true
- linux: py312-pyargs-xdist
- linux: py311-pyargs-xdist
- linux: py312-devdeps-xdist
pytest-results-summary: true
- macos: py312-devdeps-xdist
Expand Down

0 comments on commit a40d386

Please sign in to comment.