Alysha Creelman commited on
Commit
04edec4
·
unverified ·
1 Parent(s): d4c7ed3

Updating Python version to 3.9

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +1 -1
.github/workflows/main.yml CHANGED
@@ -17,7 +17,7 @@ jobs:
17
  - name: Set up Python
18
  uses: actions/setup-python@v2
19
  with:
20
- python-version: '3.8'
21
 
22
  - name: Install dependencies
23
  run: |
 
17
  - name: Set up Python
18
  uses: actions/setup-python@v2
19
  with:
20
+ python-version: '3.9'
21
 
22
  - name: Install dependencies
23
  run: |