Drop python 3.9 tests because meh

This commit is contained in:
Alexandre Aubin 2021-08-22 10:54:54 +02:00
parent 27e7cd294a
commit f3a52fada4

View file

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