Add Python 3.11 to PR tests (#1500)

* Add Python 3.11 to PR tests
* Add testing_prs to trigger for testing PRs
This commit is contained in:
Micah Jerome Ellison 2022-06-11 14:06:02 -07:00 committed by GitHub
parent f53110c69b
commit 86bc9bfd80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ on:
- 'tests/**' - 'tests/**'
- 'poetry.lock' - 'poetry.lock'
- 'pyproject.toml' - 'pyproject.toml'
- '.github/workflows/testing.yaml' - '.github/workflows/testing_prs.yaml'
pull_request: pull_request:
branches: [ develop ] branches: [ develop ]
paths: paths:
@ -18,7 +18,7 @@ on:
- 'tests/**' - 'tests/**'
- 'poetry.lock' - 'poetry.lock'
- 'pyproject.toml' - 'pyproject.toml'
- '.github/workflows/testing.yaml' - '.github/workflows/testing_prs.yaml'
defaults: defaults:
run: run:
@ -32,7 +32,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: [ 3.9, '3.10' ] python-version: [ 3.9, '3.10', 3.11-dev ]
os: [ ubuntu-latest, macos-latest, windows-latest ] os: [ ubuntu-latest, macos-latest, windows-latest ]
steps: steps:
- run: git config --global core.autocrlf false - run: git config --global core.autocrlf false