Skip to content

Commit

Permalink
remove python 3.8 from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
phelps-sg committed Oct 23, 2023
1 parent e52742c commit 572b106
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/conda_upload_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
strategy:
matrix:
os: [ 'linux-64', 'win-64' ]
python: [ '3.8', '3.9', '3.10' ]
# python: [ '3.8', '3.9', '3.10' ]
python: [ '3.9', '3.10' ]
defaults:
run:
shell: bash -l {0}
Expand Down

0 comments on commit 572b106

Please sign in to comment.