Merge pull request #422 from python-escpos/patkan-patch-1

Test for python 3.9
This commit is contained in:
Patrick Kanzler 2020-11-08 22:16:10 +01:00 committed by GitHub
commit 9c41cfc54f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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