Skip to content

Commit 9ee1fc5

Browse files
committed
update to 3.12.0rc3
1 parent f0e33cd commit 9ee1fc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

recipe/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% set version = "3.12.0" %}
2-
{% set dev = "rc2" %}
3-
{% set dev_ = "rc2_" %}
2+
{% set dev = "rc3" %}
3+
{% set dev_ = "rc3_" %}
44
{% set ver2 = '.'.join(version.split('.')[0:2]) %}
55
{% set ver2nd = ''.join(version.split('.')[0:2]) %}
66
{% set ver3nd = ''.join(version.split('.')[0:3]) %}
@@ -50,7 +50,7 @@ source:
5050
{% else %}
5151
- url: https://www.python.org/ftp/python/{{ version }}/Python-{{ version }}{{ dev }}.tar.xz
5252
# md5 from: https://www.python.org/downloads/release/python-{{ ver3nd }}/
53-
sha256: 11eb10376e6baf7bea53001f5181eaee1797788c4db6e83a061e422357927674
53+
sha256: 96397e891e98802b1d399dee3ceaeb9bcf0aa2566c8a7b1cce4d0196c277506a
5454
{% endif %}
5555
patches:
5656
- patches/0001-Win32-Change-FD_SETSIZE-from-512-to-2048.patch

0 commit comments

Comments
 (0)