mirror of
https://github.com/karpathy/nanochat.git
synced 2026-04-04 14:45:25 +00:00
Update Python version matrix in base.yml
Removed Python version '3.9' from the workflow matrix.
This commit is contained in:
parent
ccbdd963f2
commit
2f113af4ab
2
.github/workflows/base.yml
vendored
2
.github/workflows/base.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
python-version: ['3.9' , '3.10', '3.11', '3.12' , '3.13']
|
||||
python-version: ['3.10', '3.11', '3.12' , '3.13']
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user