We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc87708 commit ceefad4Copy full SHA for ceefad4
.github/workflows/update-python-versions.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install dependencies
29
run: |
30
python -m pip install --upgrade pip
31
- python -m pip install requests python-dateutil colorama
+ python -m pip install requests python-dateutil colorama packaging
32
33
- name: Generate supported versions
34
id: generate
0 commit comments