File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- VERSION = (6 , 1 , 16 )
15+ VERSION = (6 , 1 , "17a1" )
1616__version__ = "." .join ([str (s ) for s in VERSION ])
1717
1818__title__ = "platformio"
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- import platform
16-
1715from platformio .compat import is_proxy_set
1816
1917
@@ -52,12 +50,10 @@ def get_pip_dependencies():
5250 ]
5351
5452 extra = []
55-
5653 # issue #4702; Broken "requests/charset_normalizer" on macOS ARM
57- if platform .system () == "Darwin" and "arm" in platform .machine ().lower ():
58- extra .append (
59- 'chardet >= 3.0.2,<6; platform_system == "Darwin" and "arm" in platform_machine'
60- )
54+ extra .append (
55+ 'chardet >= 3.0.2,<6; platform_system == "Darwin" and "arm" in platform_machine'
56+ )
6157
6258 # issue 4614: urllib3 v2.0 only supports OpenSSL 1.1.1+
6359 try :
You can’t perform that action at this time.
0 commit comments