Skip to content

Commit b617ad4

Browse files
authored
Merge pull request #729 from h-vetinari/rc3
python v3.13.0rc3
2 parents 01d89b1 + 8fd14b9 commit b617ad4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

recipe/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{% set version = "3.13.0" %}
2-
{% set dev = "rc2" %}
2+
{% set dev = "rc3" %}
33
{% set dev_ = "" %}
44
{% set ver2 = '.'.join(version.split('.')[0:2]) %}
55
{% set ver2nd = ''.join(version.split('.')[0:2]) %}
66
{% set ver3nd = ''.join(version.split('.')[0:3]) %}
7-
{% set build_number = 3 %}
7+
{% set build_number = 0 %}
88

99
# this makes the linter happy
1010
{% set channel_targets = channel_targets or 'conda-forge main' %}
@@ -38,7 +38,7 @@ package:
3838
source:
3939
- url: https://www.python.org/ftp/python/{{ version }}/Python-{{ version }}{{ dev }}.tar.xz
4040
# md5 from: https://www.python.org/downloads/release/python-{{ ver3nd }}{{ dev }}/
41-
md5: 8ace0094cf8698daf5328a2819ab0376
41+
md5: 2962a5d4ddb85a4fabc7fc9d726f76fa
4242
patches:
4343
- patches/0001-Win32-Change-FD_SETSIZE-from-512-to-2048.patch
4444
- patches/0002-Win32-Do-not-download-externals.patch

0 commit comments

Comments
 (0)