tech: bump python to 3.11

This commit is contained in:
Michal Szczepanski 2024-01-15 11:40:38 +01:00
parent e18cf7347c
commit 0c8aa657f6
1 changed files with 2 additions and 2 deletions

View File

@ -12,10 +12,10 @@ jobs:
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
- name: Set up Python 3.9 - name: Set up Python 3.11
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: 3.9 python-version: 3.11
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip