Skip to content

Commit

Permalink
Merge pull request #62 from BenjaminLowry/blowry/fix-python-version
Browse files Browse the repository at this point in the history
Remove 3.7 support
  • Loading branch information
ocefpaf authored Mar 27, 2024
2 parents c0db9c5 + 34390ee commit 79fc421
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -6,3 +10,6 @@ channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
zip_keys:
- - c_stdlib_version
- cdt_name
2 changes: 1 addition & 1 deletion .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ source:

build:
noarch: python
number: 0
number: 1
script: {{ PYTHON }} -c "import flit_core.buildapi; flit_core.buildapi.build_wheel('.')" && {{ PYTHON }} -m installer --no-compile-bytecode wheel-*.whl
entry_points:
- wheel = wheel.cli:main

requirements:
host:
- flit-core
- python >=3.7
- python >=3.8
- python-installer
run:
- python >=3.7
- python >=3.8

test:
imports:
Expand Down

0 comments on commit 79fc421

Please sign in to comment.