test(python): 3.11 to 3.11-rc2 for osx

This commit is contained in:
Christopher Pickering 2022-10-25 12:54:59 +02:00
parent 1a4c490f22
commit d891d67424
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84

View file

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.7, 3.8, 3.9, '3.10', 3.11]
python-version: [3.7, 3.8, 3.9, '3.10', "3.11.0-rc.2"]
fail-fast: true
steps:
@ -46,7 +46,7 @@ jobs:
# remove windows-latest, half tests seem to randomly pass
matrix:
os: [ubuntu-latest]
python-version: [3.7, 3.8, 3.9, '3.10', 3.11]
python-version: [3.7, 3.8, 3.9, '3.10', "3.11.0-rc.2"]
node: [12, 14, 16]
fail-fast: true