Skip to content

Commit 050051e

Browse files
committed
back python 3.10
1 parent 7442ee0 commit 050051e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/autotests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515

1616
- uses: actions/setup-python@v2
1717
with:
18-
python-version: "3.9"
18+
python-version: "3.10"
1919

2020
- name: Install python package dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23-
pip install python-dateutil pytz pytest pytest-cov pygeodiff coveralls
23+
pip install python-dateutil pytz pytest pytest-cov pygeodiff truststore coveralls
2424
2525
- name: Run tests
2626
run: |

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"pygeodiff==2.3.0",
2121
"pytz==2022.1",
2222
"click==8.1.3",
23+
"truststore==0.10.4",
2324
],
2425
entry_points={
2526
"console_scripts": ["mergin=mergin.cli:cli"],

0 commit comments

Comments
 (0)