Skip to content

Commit

Permalink
Merge pull request #60 from braingram/ci_pythons
Browse files Browse the repository at this point in the history
update python versions in ci
  • Loading branch information
braingram authored Mar 14, 2024
2 parents 83ba66f + dcc7632 commit 4087ff9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,22 @@ jobs:
toxenv: py39

- name: Twine check
python-version: 3.9
python-version: 3.11
os: ubuntu-latest
toxenv: twine

- name: Code style checks
python-version: 3.9
python-version: 3.11
os: ubuntu-latest
toxenv: codestyle

- name: macOS
python-version: 3.9
python-version: 3.11
os: macos-latest
toxenv: py39

- name: Windows
python-version: 3.9
python-version: 3.11
os: windows-latest
toxenv: py39

Expand Down Expand Up @@ -90,10 +90,10 @@ jobs:
repository: astropy/asdf-astropy
ref: main
path: asdf-astropy
- name: Set up Python 3.9
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.11
- name: Install asdf-coordinates-schemas
run: cd asdf-coordinates-schemas && pip install .
- name: Install asdf-astropy
Expand Down

0 comments on commit 4087ff9

Please sign in to comment.