summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2021-08-29 12:55:02 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2021-08-29 12:55:02 +0300
commitd4bb6567942d294331544688e15e75f52155dd74 (patch)
tree4f813cd2df34f6cf045881a803ad09386ba81282 /.github
parent64fe6182e45f09e45adca6d47bee84daf2e78ce7 (diff)
downloadapscheduler-d4bb6567942d294331544688e15e75f52155dd74.tar.gz
Excluded Windows+Py3.10 from the testing matrix for now
It will be readded when psycopg2 wheels become available.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codeqa-test.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/codeqa-test.yml b/.github/workflows/codeqa-test.yml
index 60bf10d..78f0e88 100644
--- a/.github/workflows/codeqa-test.yml
+++ b/.github/workflows/codeqa-test.yml
@@ -54,6 +54,9 @@ jobs:
matrix:
os: [macos-latest, windows-latest]
python-version: [3.7, 3.9, 3.10-dev]
+ exclude:
+ - os: windows-latest
+ python-version: 3.10-dev # won't compile psycopg2
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2