1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2025-03-03 15:32:14 +02:00

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