use Python 3.10 for CI

This commit is contained in:
Daniel Micay 2021-12-14 18:36:14 -05:00
parent 84df782352
commit 5041ae9bf5

View File

@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.9'
cache: 'pip'
python-version: '3.10'
cache: pip
- run: pip install -r requirements.txt
- run: gixy nginx/nginx.conf