Skip to content

Commit

Permalink
CPython 3.9.18
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Aug 30, 2023
1 parent 09539c3 commit a508dc4
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 a508dc4

Please sign in to comment.