Lower Python requirements

This commit is contained in:
Aaron Heise 2023-02-11 08:08:53 -06:00
parent 75cf4adc76
commit 8c77b193e3
2 changed files with 3 additions and 3 deletions

View file

@ -12,10 +12,10 @@ jobs:
with:
fetch-depth: 1
- name: Set up Python 3.11
- name: Set up Python 3.10
uses: actions/setup-python@v1
with:
python-version: 3.11
python-version: 3.10
- name: Install Poetry Action
uses: snok/install-poetry@v1.3.3