Drop py3.10 from CI build. Start testing 3.13
This commit is contained in:
parent
5e19e326e0
commit
e76169681e
2 changed files with 3 additions and 3 deletions
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ['3.10']
|
python-version: ['3.11']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout ${{ github.ref }} branch
|
- name: Checkout ${{ github.ref }} branch
|
||||||
|
|
|
||||||
|
|
@ -19,10 +19,10 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.10", "3.11", "3.12"]
|
python-version: ["3.11", "3.12", "3.13"]
|
||||||
TESTING_DB: ["sqlite3", "mysql"]
|
TESTING_DB: ["sqlite3", "mysql"]
|
||||||
include:
|
include:
|
||||||
- python-version: "3.10"
|
- python-version: "3.11"
|
||||||
TESTING_DB: "sqlite3"
|
TESTING_DB: "sqlite3"
|
||||||
coverage-test: true
|
coverage-test: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue