Skip to content

Commit

Permalink
drop s390x update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Aug 6, 2024
1 parent 365bfa8 commit 0af2e10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 81 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,20 +83,19 @@ jobs:
with:
submodules: false
# Any env name which does not start with `pyXY` will use this Python version.
default_python: '3.9'
default_python: '3.11'
envs: |
- macos: py39-parallel
- windows: py39-parallel
- macos: py311-parallel
- windows: py311-parallel
dev:
needs: [core]
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
submodules: false
# Any env name which does not start with `pyXY` will use this Python version.
default_python: '3.9'
default_python: '3.11'
envs: |
- linux: py39-devdeps-parallel
- linux: py310-devdeps-parallel
- linux: py311-devdeps-parallel
- linux: py312-devdeps-parallel
Expand All @@ -120,6 +119,6 @@ jobs:
with:
submodules: false
# Any env name which does not start with `pyXY` will use this Python version.
default_python: '3.9'
default_python: '3.11'
envs: |
- linux: compatibility
75 changes: 0 additions & 75 deletions .github/workflows/s390x.yml

This file was deleted.

0 comments on commit 0af2e10

Please sign in to comment.