upgrade Python to 3.9 in the test workflow

This commit is contained in:
SqrtMinusOne 2022-12-09 20:35:57 +03:00
parent a6e0d6493b
commit 866ebdb5b6

View file

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6]
python-version: [3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}