python version

This commit is contained in:
Jack Ivanov 2023-12-07 17:31:23 -05:00
parent e997776b56
commit a8062eaf5a

View file

@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v2.3.2
with:
python-version: '3.9'
python-version: '3.11'
cache: 'pip'
- name: Install dependencies
@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v2.3.2
with:
python-version: '3.9'
python-version: '3.11'
cache: 'pip'
- name: Install dependencies