File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
19
19
- uses : actions/checkout@v4
20
20
with :
21
21
fetch-depth : 0 # needed by setuptools-scm
22
- - name : Switch to using Python 3.9 by default
22
+ - name : Switch to using Python 3.11 by default
23
23
uses : actions/setup-python@v5
24
24
with :
25
- python-version : " 3.9 "
25
+ python-version : " 3.11 "
26
26
- name : Install dependencies
27
27
run : |
28
28
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ jobs:
43
43
strategy :
44
44
fail-fast : false
45
45
matrix :
46
- toxenv : [docs, packaging, py39 ]
46
+ toxenv : [docs, packaging, py311 ]
47
47
steps :
48
48
- uses : actions/checkout@v4
49
- - name : Set up Python 3.9
49
+ - name : Set up Python 3.11
50
50
uses : actions/setup-python@v5
51
51
with :
52
- python-version : " 3.9 "
52
+ python-version : " 3.11 "
53
53
- name : Install dependencies
54
54
run : |
55
55
python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments