- name: Set up Python
uses: actions/setup-python@v2
with:
- python-version: 3.9
+ python-version: 3.10
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit autoupdate
- name: Set up Python
uses: actions/setup-python@v1
with:
- python-version: '3.x'
+ python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: ['3.9', '3.10']
+ python-version: ['3.10']
steps:
- uses: actions/checkout@v3