1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 12:42:41 +00:00

fix string for python 3.10 m(

This commit is contained in:
Bastian Venthur
2021-08-18 20:30:45 +02:00
parent c0dae31b60
commit 52412b8926

View File

@@ -19,7 +19,7 @@ jobs:
python-version:
- 3.8
- 3.9
- 3.10
- "3.10"
steps:
- uses: actions/checkout@v2