mirror of
https://github.com/evennia/evennia.git
synced 2026-08-18 03:05:44 +00:00
Drop py3.10 from CI build. Start testing 3.13
This commit is contained in:
@ -20,7 +20,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.10']
|
||||
python-version: ['3.11']
|
||||
|
||||
steps:
|
||||
- name: Checkout ${{ github.ref }} branch
|
||||
|
||||
@ -19,10 +19,10 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ["3.10", "3.11", "3.12"]
|
||||
python-version: ["3.11", "3.12", "3.13"]
|
||||
TESTING_DB: ["sqlite3", "mysql"]
|
||||
include:
|
||||
- python-version: "3.10"
|
||||
- python-version: "3.11"
|
||||
TESTING_DB: "sqlite3"
|
||||
coverage-test: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user