feat: include 3.7 and 3.8 in workflow

This commit is contained in:
James
2023-05-14 11:49:35 +01:00
committed by GitHub
parent 994388be72
commit 3930184b32
+4 -4
View File
@@ -11,7 +11,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python_version: ['3.9', '3.10', '3.11']
python_version: ['3.7', '3.8', '3.9', '3.10', '3.11']
steps:
- name: Checkout project
uses: actions/checkout@v3
@@ -60,7 +60,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python_version: ['3.9', '3.10', '3.11']
python_version: ['3.7', '3.8', '3.9', '3.10', '3.11']
target: [x64, x86]
steps:
- name: Checkout project
@@ -100,7 +100,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python_version: ['3.9', '3.10', '3.11']
python_version: ['3.7', '3.8', '3.9', '3.10', '3.11']
target: [x86_64, i686]
steps:
- name: Checkout project
@@ -136,7 +136,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python_version: ['3.9', '3.10', '3.11']
python_version: ['3.7', '3.8', '3.9', '3.10', '3.11']
needs: [ macos, windows, linux ]
steps:
- name: Get artifacts