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 7117403 commit fd4fee1Copy full SHA for fd4fee1
.github/workflows/tests.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Install dependencies
39
run: |
40
python -m pip install --upgrade pip
41
- pip install setuptools
+ pip install setuptools>=79.1.1
42
pip install -r requirements-dev.txt
43
pip install pymongo
44
@@ -86,12 +86,12 @@ jobs:
86
uses: actions/setup-python@v4
87
with:
88
# Semantic version range syntax or exact version of a Python version
89
- python-version: '3.8'
+ python-version: '3.9'
90
91
92
93
94
95
96
97
- name: Cleanup Zenodo Sandbox
0 commit comments