change to py3.11-dev

This commit is contained in:
Christopher Pickering 2022-10-25 13:35:36 +02:00
parent a759e4d82f
commit 2c92aae797
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-dev]
fail-fast: true
steps: