Browse Source

[deps] set python version to 3 (and not 3.7)

Maxime Alves LIRMM@home 3 years ago
parent
commit
0b08554536
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Pipfile

+ 1
- 1
Pipfile View File

@@ -19,4 +19,4 @@ pytest = "*"
19 19
 pytest-asyncio = "*"
20 20
 
21 21
 [requires]
22
-python_version = "3.7"
22
+python_version = "3"

Loading…
Cancel
Save