1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

drop support for python 3.5

This commit is contained in:
Patrick Kanzler
2020-11-08 23:51:57 +01:00
parent ed8ec0788a
commit 1ad53eb642
3 changed files with 4 additions and 4 deletions

View File

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