This commit is contained in:
friendly Friend
2023-03-14 22:33:47 -07:00
parent daabbe3388
commit f9866ee2b7
8 changed files with 886 additions and 943 deletions

View File

@@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.6'
python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install --upgrade pip