Skip to content

Commit

Permalink
Fixing missing python packages. Fixes: #3101, #3102 (#3110)
Browse files Browse the repository at this point in the history
* Fixing missing python packages. Fixes: #3101, #3102

* Limiting legacy-cgi to python 3.13+

* Updating workflows for python 3.13

* Downgrading to last 3.8 setuptools package

* Reverting to 3.12 for macOs run
  • Loading branch information
LeStarch authored Jan 7, 2025
1 parent f5b1bb0 commit bf4b051
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pip-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.runner }}
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
# macos-13 is the last Intel-family runner; macos-latest is ARM
runner: [macos-13, macos-latest, ubuntu-22.04, ubuntu-latest]
steps:
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ importlib-metadata==6.7.0
iniconfig==2.0.0
itsdangerous==2.2.0
Jinja2==3.1.4
legacy-cgi==2.6.1; python_version >= "3.13"
lxml==5.3.0
Markdown==3.7
markdown-it-py==3.0.0
Expand All @@ -63,6 +64,7 @@ PyYAML==6.0.2
pyzmq==26.2.0
requests==2.32.3
rich==13.9.2
setuptools==75.3.0
six==1.16.0
text-unidecode==1.3
tomli==2.0.1
Expand Down

0 comments on commit bf4b051

Please sign in to comment.