Skip to content

Commit

Permalink
update python versions in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Mar 5, 2024
1 parent 33ea4d3 commit b058681
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ 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
- windows: py39
Expand Down Expand Up @@ -66,10 +66,10 @@ jobs:
fetch-depth: 0
repository: asdf-format/asdf
path: asdf
- name: Set up Python 3.9
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.11
- name: Install asdf-standard
run: cd asdf-standard && pip install .
- name: Install asdf
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ jobs:
fetch-depth: 0
repository: ${{ matrix.repository }}
path: target
- name: Set up Python 3.9
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.11
- name: Install asdf-standard
run: cd asdf-standard && pip install .
- name: Install remaining ${{ matrix.package_name }} dependencies
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py39, py310, py311
envlist = py39, py310, py311, py312
isolated_build = True

[testenv]
Expand Down

0 comments on commit b058681

Please sign in to comment.