We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e4a673 commit c762de5Copy full SHA for c762de5
recipe/meta.yaml
@@ -1,4 +1,4 @@
1
-{% set version = "3.13.6" %}
+{% set version = "3.13.7" %}
2
{% set dev = "" %}
3
{% set dev_ = "" %}
4
{% set ver2 = '.'.join(version.split('.')[0:2]) %}
@@ -46,7 +46,7 @@ package:
46
source:
47
- url: https://www.python.org/ftp/python/{{ version }}/Python-{{ version }}{{ dev }}.tar.xz
48
# md5 from: https://www.python.org/downloads/release/python-{{ ver3nd }}{{ dev }}/
49
- md5: 4170b57e642c15a1dfed17313ec57cc2
+ md5: 256cdb3bbf45cdce7499e52ba6c36ea3
50
patches:
51
- patches/0001-Win32-Change-FD_SETSIZE-from-512-to-2048.patch
52
- patches/0002-Win32-Do-not-download-externals.patch
0 commit comments