Updated name for 3.11 to 3.11-dev

This commit is contained in:
pyth0n1c
2022-07-22 11:20:30 -07:00
parent 0856357154
commit ba5e73e6a7
@@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04, ubuntu22.04, macos-12, windows-2022]
python-version: ['3.9', '3.10', '3.11']
python-version: ['3.9', '3.10', '3.11-dev']
runs-on: ${{ matrix.os }}
steps: