Skip to content

Commit

Permalink
Remove minimum python version
Browse files Browse the repository at this point in the history
  • Loading branch information
lkluft committed Nov 30, 2024
1 parent be7e4c5 commit 1ca9332
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion recipes/bases/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{% set name = "bases" %}
{% set version = "0.3.0" %}
{% set python_min = "3.9" %}

package:
name: {{ name|lower }}
Expand Down
1 change: 0 additions & 1 deletion recipes/multiformats-config/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{% set name = "multiformats-config" %}
{% set version = "0.3.1" %}
{% set python_min = "3.9" %}

package:
name: {{ name|lower }}
Expand Down
1 change: 0 additions & 1 deletion recipes/multiformats/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{% set name = "multiformats" %}
{% set version = "0.3.1.post4" %}
{% set python_min = "3.9" %}

package:
name: {{ name|lower }}
Expand Down
1 change: 0 additions & 1 deletion recipes/typing-validation/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{% set name = "typing-validation" %}
{% set version = "1.2.11.post4" %}
{% set python_min = "3.9" %}

package:
name: {{ name|lower }}
Expand Down

0 comments on commit 1ca9332

Please sign in to comment.