Skip to content

Commit

Permalink
remov 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 61869ba commit e52742c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
os: [ ubuntu-latest, windows-latest ]
# python: [ '3.8', '3.9', '3.10', '3.11' ]
python: [ '3.8', '3.9', '3.10' ]
python: [ '3.9', '3.10' ]

steps:

Expand Down

0 comments on commit e52742c

Please sign in to comment.