Skip to content

Commit 03ace40

Browse files
chore: bump the actions group across 1 directory with 2 updates (#208)
* chore: bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `conda-incubator/setup-miniconda` from 3.0.4 to 3.2.0 - [Release notes](https://github.com/conda-incubator/setup-miniconda/releases) - [Changelog](https://github.com/conda-incubator/setup-miniconda/blob/main/CHANGELOG.md) - [Commits](conda-incubator/setup-miniconda@v3.0.4...v3.2.0) Updates `pypa/cibuildwheel` from 2.17 to 3.1 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.17...v3.1) --- updated-dependencies: - dependency-name: conda-incubator/setup-miniconda dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: pypa/cibuildwheel dependency-version: '3.1' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> * ci: drop conda, 3.9+ Signed-off-by: Henry Schreiner <[email protected]> * ci: drop travis and appveyor Signed-off-by: Henry Schreiner <[email protected]> * ci: try appveyor with 3.12 Signed-off-by: Henry Schreiner <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Henry Schreiner <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <[email protected]>
1 parent 40f2491 commit 03ace40

File tree

9 files changed

+7
-136
lines changed

9 files changed

+7
-136
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: '{build}'
22
image: Visual Studio 2019
3-
stack: python 3.7
3+
stack: python 3.12
44
skip_branch_with_pr: true
55
init:
6-
- cmd: set PATH=C:\Python37;C:\Python37\Scripts;%PATH%
6+
- cmd: set PATH=C:\Python312;C:\Python312\Scripts;%PATH%
77
install:
88
- ps: python -m pip install --disable-pip-version-check --upgrade --no-warn-script-location pip build virtualenv wheel
99
build_script:

.github/workflows/conda.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

.github/workflows/pip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
platform: [windows-latest, macos-13, ubuntu-latest]
20-
python-version: ["3.7", "3.11"]
19+
platform: [windows-latest, macos-latest, ubuntu-latest]
20+
python-version: ["3.9", "3.13"]
2121

2222
runs-on: ${{ matrix.platform }}
2323

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v4
4646

47-
- uses: pypa/cibuildwheel@v2.17
47+
- uses: pypa/cibuildwheel@v3.1
4848
env:
4949
CIBW_ARCHS_MACOS: auto universal2
5050

.travis.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,16 @@ python_example
55

66
| CI | status |
77
|----------------------|--------|
8-
| Linux/macOS Travis | [![Travis-CI][travis-badge]][travis-link] |
9-
| MSVC 2019 | [![AppVeyor][appveyor-badge]][appveyor-link] |
10-
| conda.recipe | [![Conda Actions Status][actions-conda-badge]][actions-conda-link] |
118
| pip builds | [![Pip Actions Status][actions-pip-badge]][actions-pip-link] |
129
| [`cibuildwheel`][] | [![Wheels Actions Status][actions-wheels-badge]][actions-wheels-link] |
1310

1411
[gitter-badge]: https://badges.gitter.im/pybind/Lobby.svg
1512
[gitter-link]: https://gitter.im/pybind/Lobby
1613
[actions-badge]: https://github.com/pybind/python_example/workflows/Tests/badge.svg
17-
[actions-conda-link]: https://github.com/pybind/python_example/actions?query=workflow%3A%22Conda
18-
[actions-conda-badge]: https://github.com/pybind/python_example/workflows/Conda/badge.svg
1914
[actions-pip-link]: https://github.com/pybind/python_example/actions?query=workflow%3A%22Pip
2015
[actions-pip-badge]: https://github.com/pybind/python_example/workflows/Pip/badge.svg
2116
[actions-wheels-link]: https://github.com/pybind/python_example/actions?query=workflow%3AWheels
2217
[actions-wheels-badge]: https://github.com/pybind/python_example/workflows/Wheels/badge.svg
23-
[travis-link]: https://travis-ci.org/pybind/python_example
24-
[travis-badge]: https://travis-ci.org/pybind/python_example.svg?branch=master&status=passed
25-
[appveyor-link]: https://ci.appveyor.com/project/wjakob/python-example
26-
<!-- TODO: get a real badge link for appveyor -->
27-
[appveyor-badge]: https://travis-ci.org/pybind/python_example.svg?branch=master&status=passed
2818

2919
An example project built with [pybind11](https://github.com/pybind/pybind11).
3020
This requires Python 3.7+; for older versions of Python, check the commit

conda.recipe/meta.yaml

Lines changed: 0 additions & 35 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test-skip = "*universal2:arm64"
1212

1313

1414
[tool.ruff]
15-
target-version = "py37"
15+
target-version = "py39"
1616

1717
[tool.ruff.lint]
1818
extend-select = [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
# level" feature, but in the future it may provide more features.
3737
cmdclass={"build_ext": build_ext},
3838
zip_safe=False,
39-
python_requires=">=3.7",
39+
python_requires=">=3.9",
4040
)

0 commit comments

Comments
 (0)