Update CI Python versions

Python 3.7 is past end-of-life, and even 3.8 is pretty outdated. Switch to testing on 3.8 (oldest supported) and 3.12 (current release).
This commit is contained in:
Frank Dana 2024-06-15 12:40:02 -04:00 committed by GitHub
parent a4c4872096
commit e8271f48cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ jobs:
strategy: strategy:
max-parallel: 4 max-parallel: 4
matrix: matrix:
python-version: [3.7, 3.8] python-version: [3.8, 3.12]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
@ -29,4 +29,4 @@ jobs:
name: examples-and-tutorials name: examples-and-tutorials
path: | path: |
examples/ examples/
tutorial/ tutorial/