File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 66 - cron : ' 0 2 * * *'
77
88jobs :
9- # python-latest:
10- # runs-on: ubuntu-latest
11- # container:
12- # image: python:latest
13- #
14- # steps:
15- # - uses: actions/checkout@v4
16- #
17- # - name: python version
18- # run: python --version
19- #
20- # - name: install lib
21- # run: pip install -e .
9+ python-latest :
10+ runs-on : ubuntu-latest
11+ container :
12+ image : python:latest
13+
14+ steps :
15+ - uses : actions/checkout@v4
16+
17+ - name : python version
18+ run : python --version
19+
20+ - name : install lib
21+ run : pip install -e .
2222
2323 python-python311 :
2424 runs-on : ubuntu-latest
@@ -34,10 +34,10 @@ jobs:
3434 - name : install lib
3535 run : pip install -e .
3636
37- minimum-python37 :
37+ minimum-python310 :
3838 runs-on : ubuntu-latest
3939 container :
40- image : python:3.7
40+ image : python:3.10
4141
4242 steps :
4343 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ page_id: install
55
66## Requirements
77
8- This project requires Python 3.8 - 3.12 .
8+ This project requires Python 3.10+ .
99
1010
1111See below sections for more platform-specific requirements.
You can’t perform that action at this time.
0 commit comments