mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 09:08:31 +02:00
chg: [GitHub workflox] Added Python 3.10 and 3.11.
This commit is contained in:
parent
ed66aaa159
commit
178347f61f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pythonapp.yaml
vendored
2
.github/workflows/pythonapp.yaml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.12"]
|
python-version: ["3.10", "3.11", "3.12"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
Loading…
Add table
Reference in a new issue