Explorar o código

Attempt to fix typed-ast build issue by relaxing version requirements in test.

Dan Helfman %!s(int64=3) %!d(string=hai) anos
pai
achega
96384d5ee1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test_requirements.txt

+ 1 - 1
test_requirements.txt

@@ -20,4 +20,4 @@ regex; python_version >= '3.8'
 requests==2.25.0
 ruamel.yaml>0.15.0,<0.18.0
 toml==0.10.2; python_version >= '3.8'
-typed-ast==1.5.1; python_version >= '3.8'
+typed-ast; python_version >= '3.8'