File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -125,17 +125,17 @@ This will override any python version specifications in `pyproject.toml` and `.p
125
125
- run: uv pip install --python=3.13t pip
126
126
` ` `
127
127
128
- You can combine this with a matrix to test multiple python versions :
128
+ You can combine this with a matrix to test multiple Python versions :
129
129
130
130
` ` ` yaml
131
131
jobs:
132
132
test:
133
133
runs-on: ubuntu-latest
134
134
strategy:
135
135
matrix:
136
- python-version: ["3.9 ", "3.10 ", "3.11 ", "3.12 "]
136
+ python-version: ["3.10 ", "3.11 ", "3.12 ", "3.13 "]
137
137
steps:
138
- - uses: actions/checkout@v4
138
+ - uses: actions/checkout@v5
139
139
- name: Install the latest version of uv and set the python version
140
140
uses: astral-sh/setup-uv@v6
141
141
with:
You can’t perform that action at this time.
0 commit comments