2
0
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:
Akhil Narang 2024-11-25 13:56:25 +05:30
parent aae99fa10e
commit 9e42db5060
No known key found for this signature in database
GPG Key ID: 9DCC61E211BF645F

View File

@ -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 }})