Drop Python 3.7 package publishing

This commit is contained in:
Piero Toffanin 2023-01-31 17:37:54 -05:00
parent db8b892408
commit 9abb560784

View file

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v2