Update package installers to Python 3.9

This commit is contained in:
JonnyWong16 2021-10-15 17:33:26 -07:00
commit c9675b2fde
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -53,7 +53,7 @@ jobs:
- name: Set Up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- name: Cache Dependencies
uses: actions/cache@v2