Skip to content

Commit

Permalink
remove 3.9 from testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
landmanbester committed Jan 30, 2024
1 parent dfb390e commit 7379267
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
python-version: ["3.9", "3.10"]
python-version: ["3.10"]

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -77,10 +77,10 @@ jobs:
# Run on tagged push (generated by tbump).
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
steps:
- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.10

- name: Install poetry
uses: abatilo/actions-poetry@v2
Expand Down

0 comments on commit 7379267

Please sign in to comment.