Skip to content

Commit

Permalink
Support python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
analog-cbarber committed Oct 8, 2023
1 parent 384bf32 commit 02ead0c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,21 @@ build:

requirements:
build:
- python 3.11
- python 3.12
- hatchling
- setuptools


run:
- python {{ project['requires-python'] }}

{% for dep in project['dependencies'] %}
- {{ dep.lower() }}
{% endfor %}

whl2conda:
something:
- foo
- bar

test:
source_files:
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
- garpy # for mkdocstrings-python-xref
dependencies:
- python >=3.8,<3.12
- python >=3.8,<3.13
# runtime
- conda-package-handling >=2.2,<3.0
- platformdirs >=3.10
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
keywords = ["conda", "wheel", "build"]
requires-python = ">=3.8"
Expand Down

0 comments on commit 02ead0c

Please sign in to comment.