Skip to content

Commit 3d3daa7

Browse files
python 3.14.0rc3 (#814)
automerged PR by conda-forge/automerge-action
2 parents 97b95f1 + f90d7b7 commit 3d3daa7

File tree

4 files changed

+13
-16
lines changed

4 files changed

+13
-16
lines changed

.azure-pipelines/azure-pipelines-osx.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipe/meta.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set version = "3.14.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]) %}
@@ -46,7 +46,7 @@ package:
4646
source:
4747
- url: https://www.python.org/ftp/python/{{ version }}/Python-{{ version }}{{ dev }}.tar.xz
4848
# md5 from: https://www.python.org/downloads/release/python-{{ ver3nd }}{{ dev }}/
49-
md5: ee7ae62b6ddc66eeca1591730be0f1c4
49+
md5: d86ab97a18b7665ca3bb9d2495a0eeb2
5050
patches:
5151
- patches/0001-Win32-Change-FD_SETSIZE-from-512-to-2048.patch
5252
- patches/0002-Win32-Do-not-download-externals.patch
@@ -210,6 +210,8 @@ outputs:
210210
- {{ compiler('c') }}
211211
# Tried to use enable_language(C) to avoid needing this. It does not work.
212212
- {{ compiler('cxx') }}
213+
# For tkinter, but we expect from system
214+
- xorg-libx11
213215
files:
214216
- tests/cmake/*
215217
- tests/cython/*

recipe/yum_requirements.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)