|
@@ -18,7 +18,7 @@ jobs:
|
|
|
python-version:
|
|
|
- '3.10'
|
|
|
- '3.11'
|
|
|
- - '3.12-dev'
|
|
|
+ - '3.12'
|
|
|
name: Windows, SQLite, Python ${{ matrix.python-version }}
|
|
|
continue-on-error: true
|
|
|
steps:
|
|
@@ -60,7 +60,7 @@ jobs:
|
|
|
- name: Set up Python
|
|
|
uses: actions/setup-python@v4
|
|
|
with:
|
|
|
- python-version: '3.11'
|
|
|
+ python-version: '3.12'
|
|
|
cache: 'pip'
|
|
|
cache-dependency-path: 'tests/requirements/py3.txt'
|
|
|
- name: Install and upgrade packaging tools
|
|
@@ -94,7 +94,7 @@ jobs:
|
|
|
- name: Set up Python
|
|
|
uses: actions/setup-python@v4
|
|
|
with:
|
|
|
- python-version: '3.11'
|
|
|
+ python-version: '3.12'
|
|
|
cache: 'pip'
|
|
|
cache-dependency-path: 'tests/requirements/py3.txt'
|
|
|
- name: Install and upgrade packaging tools
|