Skip to content

Commit

Permalink
Remove py3.8 from conda tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Jan 17, 2024
1 parent 5d52f81 commit 95b32c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/condatest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
#fail-fast: false
matrix:
include:
- { os: ubuntu-20.04, CC: gcc-10, CXX: g++-10, python: '3.8' }
- { os: ubuntu-20.04, CC: gcc-10, CXX: g++-10, python: '3.9' }
- { os: ubuntu-22.04, CC: gcc, CXX: g++, python: '3.9' }
- { os: ubuntu-latest, CC: gcc, CXX: g++, python: '3.11' }
- { os: ubuntu-latest, CC: clang, CXX: clang++, python: '3.10' }
Expand Down

0 comments on commit 95b32c2

Please sign in to comment.