Skip to content

Commit

Permalink
Removed python=3.8 from github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccully committed Oct 16, 2024
1 parent 91ad6ef commit d3b03ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:
python-version: 3.9
toxenv: build_docs

- name: Python 3.8 with minimal dependencies
os: ubuntu-latest
python-version: '3.8'
toxenv: py38-test

- name: Python 3.9 with minimal dependencies
os: ubuntu-latest
python-version: '3.9'
Expand All @@ -33,6 +28,11 @@ jobs:
python-version: '3.10'
toxenv: py310-test

- name: Python 3.11 with minimal dependencies
os: ubuntu-latest
python-version: '3.11'
toxenv: py311-test

- name: Code style checks
os: ubuntu-latest
python-version: 3.9
Expand Down

0 comments on commit d3b03ad

Please sign in to comment.