File tree 4 files changed +7
-6
lines changed
4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 14
14
steps :
15
15
- uses : actions/setup-python@v5
16
16
with :
17
- python-version : ' 3.12 '
17
+ python-version : ' 3.13 '
18
18
- uses : actions/checkout@v4
19
19
- run : pip install -r requirements.txt
20
20
- run : |
27
27
steps :
28
28
- uses : actions/setup-python@v5
29
29
with :
30
- python-version : ' 3.12 '
30
+ python-version : ' 3.13 '
31
31
- uses : actions/checkout@v4
32
32
- run : pip install -r requirements.txt
33
33
- run : mypy --strict -p stub_uploader -p tests
39
39
- name : Setup Python
40
40
uses : actions/setup-python@v5
41
41
with :
42
- python-version : ' 3.12'
42
+ # Keep in sync with typeshed's daily.yml and tests.yml workflows.
43
+ python-version : ' 3.13'
43
44
- name : Checkout main
44
45
uses : actions/checkout@v4
45
46
with :
Original file line number Diff line number Diff line change 17
17
- name : Setup Python
18
18
uses : actions/setup-python@v5
19
19
with :
20
- python-version : ' 3.12 '
20
+ python-version : ' 3.13 '
21
21
- name : Checkout main
22
22
uses : actions/checkout@v4
23
23
with :
Original file line number Diff line number Diff line change 21
21
- name : Set up Python
22
22
uses : actions/setup-python@v5
23
23
with :
24
- python-version : ' 3.12 '
24
+ python-version : ' 3.13 '
25
25
- name : Install dependencies
26
26
run : |
27
27
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 18
18
- name : Setup Python
19
19
uses : actions/setup-python@v5
20
20
with :
21
- python-version : ' 3.12 '
21
+ python-version : ' 3.13 '
22
22
- name : Checkout main
23
23
uses : actions/checkout@v4
24
24
with :
You can’t perform that action at this time.
0 commit comments