Skip to content
Snippets Groups Projects
Unverified Commit 1452f34a authored by Jay Laura's avatar Jay Laura Committed by GitHub
Browse files

Merge pull request #128 from DOI-USGS/delete-3.8

Update ci.yml to remove python 3.8
parents 10b0dbe6 e6877093
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
defaults:
run:
shell: bash -l {0}
......@@ -41,4 +41,4 @@ jobs:
python setup.py install
- name: Test Python Package
run: |
pytest -n4
\ No newline at end of file
pytest -n4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment