From 86bc9bfd801822f822cb67ca690026b1f3f7f08e Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 11 Jun 2022 14:06:02 -0700 Subject: [PATCH] Add Python 3.11 to PR tests (#1500) * Add Python 3.11 to PR tests * Add testing_prs to trigger for testing PRs --- .github/workflows/testing_prs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testing_prs.yaml b/.github/workflows/testing_prs.yaml index 15015935..b5514f19 100644 --- a/.github/workflows/testing_prs.yaml +++ b/.github/workflows/testing_prs.yaml @@ -9,7 +9,7 @@ on: - 'tests/**' - 'poetry.lock' - 'pyproject.toml' - - '.github/workflows/testing.yaml' + - '.github/workflows/testing_prs.yaml' pull_request: branches: [ develop ] paths: @@ -18,7 +18,7 @@ on: - 'tests/**' - 'poetry.lock' - 'pyproject.toml' - - '.github/workflows/testing.yaml' + - '.github/workflows/testing_prs.yaml' defaults: run: @@ -32,7 +32,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ 3.9, '3.10' ] + python-version: [ 3.9, '3.10', 3.11-dev ] os: [ ubuntu-latest, macos-latest, windows-latest ] steps: - run: git config --global core.autocrlf false