File tree Expand file tree Collapse file tree 5 files changed +11
-34
lines changed
Expand file tree Collapse file tree 5 files changed +11
-34
lines changed Original file line number Diff line number Diff line change 1010 - name : Set up Python
1111 uses : actions/setup-python@v4
1212 with :
13- python-version : 3.11
13+ python-version : 3.13
1414 - name : Install requirements
15- run : pip install tox twine -r requirements.txt -r test-requirements.txt
15+ run : pip install -r requirements.txt -r test-requirements.txt
1616 # Open-api-generator is broken. To be updated when upgrading
1717 # - name: test
1818 # run: tox
3737 - name : Set up Python
3838 uses : actions/setup-python@v4
3939 with :
40- python-version : 3.11
40+ python-version : 3.13
4141 - name : Install ci requirements
42- run : pip install -r ci- requirements.txt
42+ run : pip install -r requirements.txt
4343 - name : Release
4444 run : |
4545 git config --global user.email "infra@bimdata.io"
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- python_dateutil >= 2.5.3
2- setuptools >= 21.0.0
3- urllib3 >= 1.25.3
1+ python_dateutil >= 2.9.0
2+ setuptools >= 79.0.1
3+ urllib3 >= 2.4.0
4+ python-semantic-release == 9.21.0
5+ twine >= 6.1.0
6+ tox >= 4.25.0
Original file line number Diff line number Diff line change 1- pytest-cov>=2.8 .1
1+ pytest-cov>=6.1 .1
You can’t perform that action at this time.
0 commit comments