mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 20:52:43 +00:00
fix string for python 3.10 m(
This commit is contained in:
2
.github/workflows/python-package.yaml
vendored
2
.github/workflows/python-package.yaml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
python-version:
|
python-version:
|
||||||
- 3.8
|
- 3.8
|
||||||
- 3.9
|
- 3.9
|
||||||
- 3.10
|
- "3.10"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user