remove python 3.7 which is eol

This commit is contained in:
Laurent Perron
2023-07-21 22:17:45 -07:00
parent 0552bed7bc
commit fad3e41a33
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11']
fail-fast: false
env:
CC: gcc-12

View File

@@ -9,7 +9,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11']
fail-fast: false
steps:
- name: Check out repository code

View File

@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
runner: [windows-2022, windows-2019]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11']
fail-fast: false # Don't cancel all jobs if one fails.
runs-on: ${{ matrix.runner }}
#runs-on: windows-latest