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

py311 in tests

This commit is contained in:
Patrick Kanzler
2023-04-19 22:15:47 +02:00
parent 70d4da1364
commit 0a8d8ae6c4
3 changed files with 4 additions and 3 deletions

View File

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