File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1515### Merge requirements satisfied?
1616- [ ] I have updated the documentation or no documentation changes are required.
1717- [ ] I have added tests to cover my changes.
18- - [ ] I have updated the base version in `` setup.py `` (if appropriate).
18+ - [ ] I have updated the base version in `` BASE_VERSION `` (if appropriate).
1919
Original file line number Diff line number Diff line change 2020 - 3.9
2121 - ' 3.10'
2222 - ' 3.11'
23+ - ' 3.12'
2324 steps :
2425 - uses : actions/checkout@v2
2526 - name : Set up Python ${{ matrix.python-version }}
6162 run : |
6263 python -m pip install --upgrade pip
6364 pip install -r requirements.txt
64- pip install -r test_requirements.txt
6565 - name : Write version file
6666 run : python scripts/write-version.py
6767 - name : Get and set version in env
8686 - name : Remove version file
8787 # This is just in case something else created it, destroy it to get a fresh version
8888 run : rm -f buildrunner/version.py
89- - name : Install dependencies
90- run : pip install -r requirements.txt
9189 - name : Install wheel
9290 run : pip install wheel build
9391 - name : Write version file
You can’t perform that action at this time.
0 commit comments