Skip to content

Commit

Permalink
Merge pull request #65 from HEPData/fix-python-3.7
Browse files Browse the repository at this point in the history
ci: use older ubuntu-22.04 runner for Python 3.7
  • Loading branch information
GraemeWatt authored Sep 26, 2024
2 parents e542f69 + 347ce68 commit 36a0578
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ jobs:
strategy:
matrix:
runner: ['ubuntu-latest']
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11', '3.12' ]
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
include:
- runner: 'ubuntu-20.04'
python-version: '3.6'
- runner: 'ubuntu-22.04'
python-version: '3.7'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 36a0578

Please sign in to comment.