Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v7.3.13 was released (for python3.9) and pypy3.6-feedstock updated #31

Merged
merged 2 commits into from
Sep 30, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
increment to python3.9.18, pypy7.3.13
mattip committed Sep 30, 2023
commit c43fa237e685b994510e166888b9793ade2b34d2
4 changes: 2 additions & 2 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -3,11 +3,11 @@ python_version:
# - 3.6.12
# - 3.7.12
- 3.8.16
- 3.9.17
- 3.9.18
# Python 3.8 got dropped as of PyPy 7.3.12
version:
- 7.3.11
- 7.3.12
- 7.3.13

zip_keys:
-
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% if version is not defined %}
{% set version = "7.3.12" %}
{% set version = "7.3.13" %}
{% endif %}
{% if python_version is not defined %}
{% set python_version = "3.9.17" %}
{% set python_version = "3.9.18" %}
{% endif %}
{% set cffi_version = "1.15.1" %}
{% set python_maj_min = ".".join(python_version.split(".")[:2]) %}