File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1111 docs :
1212 runs-on : ubuntu-latest
1313 container :
14- image : python:3.11 -slim-bullseye
14+ image : python:3.12 -slim
1515
1616 steps :
1717 - name : Git setup
Original file line number Diff line number Diff line change 99 linters :
1010 runs-on : ubuntu-latest
1111 container :
12- image : python:3.11 -slim-bullseye
12+ image : python:3.12 -slim
1313
1414 steps :
1515 - name : Git setup
3131 tests :
3232 runs-on : ubuntu-latest
3333 container :
34- image : python:3.11 -slim-bullseye
34+ image : python:3.12 -slim
3535
3636 steps :
3737 - name : Git setup
8181 # Only build the docs and don't deploy them
8282 runs-on : ubuntu-latest
8383 container :
84- image : python:3.11 -slim-bullseye
84+ image : python:3.12 -slim
8585
8686 steps :
8787 - name : Git setup
Original file line number Diff line number Diff line change 88 tox_py311 :
99 runs-on : ubuntu-latest
1010 container :
11- image : python:3.11-slim-bullseye
11+ image : python:3.11-slim
1212
1313 steps :
1414 - name : Git setup
2828 tox_py312 :
2929 runs-on : ubuntu-latest
3030 container :
31- image : python:3.12-slim-bullseye
31+ image : python:3.12-slim
3232
3333 steps :
3434 - name : Git setup
4848 tox_py313 :
4949 runs-on : ubuntu-latest
5050 container :
51- image : python:3.13-slim-bullseye
51+ image : python:3.13-slim
5252
5353 steps :
5454 - name : Git and compiler setup
Original file line number Diff line number Diff line change 33## Release 0.1.2
44
55- Minor updates to improve code readability.
6+ - Updating python images used in ci.
67
78## Release 0.1.1
89
You can’t perform that action at this time.
0 commit comments