mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Up minimum Python to 3.10
This commit is contained in:
parent
aadbef02c4
commit
a7bd428970
2 changed files with 5 additions and 4 deletions
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ["3.9", "3.10", "3.11"]
|
||||
python-version: ["3.10", "3.11"]
|
||||
TESTING_DB: ["sqlite3", "postgresql", "mysql"]
|
||||
include:
|
||||
- python-version: "3.10"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue