build: Check consistencies with Python 3.11 now.

This commit is contained in:
Feanil Patel
2024-05-17 12:36:05 -04:00
parent ff4d084e8b
commit 63ff4966b9

View File

@@ -40,7 +40,7 @@ jobs:
- uses: actions/setup-python@v5
if: ${{ env.RELEVANT == 'true' }}
with:
python-version: "3.8"
python-version: '3.11'
- name: "Recompile requirements"
if: ${{ env.RELEVANT == 'true' }}