2
0
mirror of https://github.com/frappe/bench.git synced 2025-02-14 00:30:23 +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:
Akhil Narang 2024-11-25 14:10:53 +05:30 committed by GitHub
commit 14a3303c44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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