mirror of
https://github.com/frappe/bench.git
synced 2025-01-06 23:44:03 +00:00
chore(ci): drop py3.8, add 11, 12, 13
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
parent
aae99fa10e
commit
9e42db5060
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ['3.8', '3.9', '3.10' ]
|
||||
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
|
||||
|
||||
name: Base (${{ matrix.python-version }})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user