swap 3.11-dev for 3.11 in CI (#561)

This commit is contained in:
Josh
2022-10-28 01:08:39 -05:00
committed by GitHub
parent 8f0cbacba8
commit 6f5fca04fe

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- name: Start MySQL
run: |