Skip to content

Commit 086eb67

Browse files
committed
Update Python support
1 parent cabe0cd commit 086eb67

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up Python
4141
uses: actions/setup-python@v4
4242
with:
43-
python-version: 3.9
43+
python-version: 3.11
4444

4545
# Run all pre-commit hooks on all the files.
4646
# Getting only staged files can be tricky in case a new PR is opened

conda/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
66
# Build
77
# =======================
8-
- python=3.9.13
8+
- python=3.11
99
- pip=22.2.2
1010
# Base
1111
# =================

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% set name = "zppy" %}
22
{% set version = "3.0.0" %}
3-
{% set python_min = "3.9" %}
3+
{% set python_min = "3.11" %}
44

55
package:
66
name: {{ name|lower }}

0 commit comments

Comments
 (0)