Skip to content

Commit

Permalink
test with latest supported Python version
Browse files Browse the repository at this point in the history
add news fragment
  • Loading branch information
zacharyburnett committed Feb 25, 2025
1 parent 382532d commit a78296d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 19 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,12 @@ jobs:
cache-key: crds-${{ needs.crds_context.outputs.context }}
envs: |
- linux: py311-oldestdeps-xdist-cov
pytest-results-summary: true
- linux: py311-xdist
pytest-results-summary: true
- macos: py311-xdist
pytest-results-summary: true
- linux: py311-xdist-cov
- linux: py312-xdist
# `tox` does not currently respect `requires-python` versions when creating testing environments;
# if this breaks, add an upper pin to `requires-python` and revert this py3 to the latest working version
- linux: py3-cov-xdist
coverage: codecov
pytest-results-summary: true
- linux: py312-xdist
- linux: py313-xdist
- macos: py3-xdist
pytest-results-summary: true
12 changes: 0 additions & 12 deletions .github/workflows/tests_devdeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,22 +55,10 @@ jobs:
cache-path: /tmp/data/crds_cache
cache-key: crds-${{ needs.crds_context.outputs.context }}
envs: |
- linux: py3-xdist
pytest-results-summary: true
- macos: py3-xdist
pytest-results-summary: true
- linux: py311-stdevdeps-xdist
pytest-results-summary: true
- macos: py311-stdevdeps-xdist
pytest-results-summary: true
- linux: py3-stdevdeps-xdist
pytest-results-summary: true
- macos: py3-stdevdeps-xdist
pytest-results-summary: true
- linux: py311-devdeps-xdist
pytest-results-summary: true
- macos: py311-devdeps-xdist
pytest-results-summary: true
- linux: py3-devdeps-xdist
pytest-results-summary: true
- macos: py3-devdeps-xdist
Expand Down
1 change: 1 addition & 0 deletions changes/9217.general.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test with latest supported version of Python

0 comments on commit a78296d

Please sign in to comment.