Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
shell: bash -l {0}
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
python-version: ["3.11", "3.12", "3.13", "3.14"]
fail-fast: false
steps:
- uses: actions/checkout@v6
Expand Down
35 changes: 0 additions & 35 deletions conda_package/ci/linux_64_python3.10.____cpython.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions conda_package/ci/osx_64_python3.10.____cpython.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions conda_package/ci/osx_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.13'
- '11.0'
MACOSX_SDK_VERSION:
- '10.13'
- '11.0'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.13'
- '11.0'
channel_sources:
- conda-forge
channel_targets:
Expand Down
6 changes: 3 additions & 3 deletions conda_package/ci/osx_64_python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.13'
- '11.0'
MACOSX_SDK_VERSION:
- '10.13'
- '11.0'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.13'
- '11.0'
channel_sources:
- conda-forge
channel_targets:
Expand Down
6 changes: 3 additions & 3 deletions conda_package/ci/osx_64_python3.13.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.13'
- '11.0'
MACOSX_SDK_VERSION:
- '10.13'
- '11.0'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.13'
- '11.0'
channel_sources:
- conda-forge
channel_targets:
Expand Down
6 changes: 3 additions & 3 deletions conda_package/ci/osx_64_python3.14.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.13'
- '11.0'
MACOSX_SDK_VERSION:
- '10.13'
- '11.0'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.13'
- '11.0'
channel_sources:
- conda-forge
channel_targets:
Expand Down
3 changes: 1 addition & 2 deletions conda_package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ description = """\
"""
license = { file = "LICENSE" }
readme = "README.md"
requires-python = ">=3.10"
requires-python = ">=3.11"
classifiers = [
# these are only for searching/browsing projects on PyPI
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
Expand Down
Loading