mirror of
https://github.com/frappe/bench.git
synced 2025-02-14 16:56:27 +00:00
Merge pull request #1599 from akhilnarang/ci-drop-3.8
chore(ci): drop py3.8, add 11, 12, 13
This commit is contained in:
commit
14a3303c44
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…
x
Reference in New Issue
Block a user