Skip to content

Commit

Permalink
Merge pull request #729 from h-vetinari/rc3
Browse files Browse the repository at this point in the history
python v3.13.0rc3
  • Loading branch information
isuruf authored Oct 4, 2024
2 parents 01d89b1 + 8fd14b9 commit b617ad4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{% set version = "3.13.0" %}
{% set dev = "rc2" %}
{% set dev = "rc3" %}
{% set dev_ = "" %}
{% set ver2 = '.'.join(version.split('.')[0:2]) %}
{% set ver2nd = ''.join(version.split('.')[0:2]) %}
{% set ver3nd = ''.join(version.split('.')[0:3]) %}
{% set build_number = 3 %}
{% set build_number = 0 %}

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

0 comments on commit b617ad4

Please sign in to comment.