Added python to github actions

This commit is contained in:
Caleb Herpin 2021-07-27 09:51:55 -05:00
parent 5d8ae314ac
commit 7ef4013058
3 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,7 @@ on:
jobs:
trick_32bit:
python-version: [3.6, 3.7, 3.8, 3.9, pypy2, pypy3]
runs-on: ubuntu-18.04
container: docker://centos:7
steps:

View File

@ -13,6 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, pypy2, pypy3]
cfg:
#-------- Operating Systems ----------------
- { os: ubuntu, tag: 18.04, arch: debian } # EOL April 2023

View File

@ -10,6 +10,7 @@ on:
jobs:
macOS:
python-version: [3.6, 3.7, 3.8, 3.9, pypy2, pypy3]
runs-on: macos-latest
steps:
- name: Checkout repository