@@ -30,7 +30,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
- python-version: '3.10'
+ python-version: '3.11'
cache: 'pip'
cache-dependency-path: 'docs/requirements.txt'
- run: python -m pip install -r docs/requirements.txt
@@ -27,7 +27,7 @@ jobs:
- run: python -m pip install flake8
- name: flake8
# Pinned to v1.0.2.
@@ -44,7 +44,7 @@ jobs:
- run: python -m pip install isort
- name: isort
@@ -19,7 +19,7 @@ jobs:
- '3.8'
- '3.9'
- '3.10'
- - '3.11-dev'
+ - '3.11'
name: Windows, SQLite, Python ${{ matrix.python-version }}
continue-on-error: true
steps:
@@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
python-version:
- - '3.10'
- name: Checkout