We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cabe0cd commit 086eb67Copy full SHA for 086eb67
.github/workflows/build_workflow.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Set up Python
41
uses: actions/setup-python@v4
42
with:
43
- python-version: 3.9
+ python-version: 3.11
44
45
# Run all pre-commit hooks on all the files.
46
# Getting only staged files can be tricky in case a new PR is opened
conda/dev.yml
@@ -5,7 +5,7 @@ channels:
5
dependencies:
6
# Build
7
# =======================
8
- - python=3.9.13
+ - python=3.11
9
- pip=22.2.2
10
# Base
11
# =================
conda/meta.yaml
@@ -1,6 +1,6 @@
1
{% set name = "zppy" %}
2
{% set version = "3.0.0" %}
3
-{% set python_min = "3.9" %}
+{% set python_min = "3.11" %}
4
package:
name: {{ name|lower }}
0 commit comments