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

switch to python 3.12 (#582)

* switch to python 3.12
* 3.11 on RTD
* fix SyntaxWarning (regex strings were invalid partially)
This commit is contained in:
Patrick Kanzler
2023-10-09 00:13:39 +02:00
committed by GitHub
parent e4f4844983
commit 3a8af8a6f5
4 changed files with 21 additions and 17 deletions

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: ['3.10', '3.11']
python-version: ['3.11', '3.12']
steps:
- uses: actions/checkout@v4

View File

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