Skip to content

Commit

Permalink
Merge pull request #635 from h-vetinari/3.9
Browse files Browse the repository at this point in the history
CPython 3.9.18
  • Loading branch information
h-vetinari authored Aug 30, 2023
2 parents 09539c3 + a508dc4 commit a3156fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "3.9.17" %}
{% set version = "3.9.18" %}
{% set dev = "" %}
{% set dev_ = "" %}
{% set ver2 = '.'.join(version.split('.')[0:2]) %}
Expand Down Expand Up @@ -47,7 +47,7 @@ source:
{% else %}
- url: https://www.python.org/ftp/python/{{ version }}/Python-{{ version }}{{ dev }}.tar.xz
# md5 from: https://www.python.org/downloads/release/python-{{ ver3nd }}/
md5: 601fc470594f378b4339b454901f8e41
md5: 765576c3af57deb046819ecd57804bbb
{% endif %}
patches:
- patches/0001-Win32-Change-FD_SETSIZE-from-512-to-2048.patch
Expand Down

0 comments on commit a3156fb

Please sign in to comment.