diff --git a/.copier-answers.yaml b/.copier-answers.yaml index bc922da..763c615 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: dbcb02b +_commit: c184e53 _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: cpp diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 39dd224..1181147 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -30,35 +30,22 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [ "3.10", "3.11", "3.12", "3.13"] - cibuildwheel: ["cp310", "cp311", "cp312", "cp313"] + python-version: ["3.11", "3.12", "3.13"] + cibuildwheel: ["cp311", "cp312", "cp313"] exclude: - - python-version: "3.10" - cibuildwheel: "cp311" - - python-version: "3.10" - cibuildwheel: "cp312" - - python-version: "3.10" - cibuildwheel: "cp313" - - python-version: "3.11" - cibuildwheel: "cp310" - python-version: "3.11" cibuildwheel: "cp312" - python-version: "3.11" cibuildwheel: "cp313" - - python-version: "3.12" - cibuildwheel: "cp310" - python-version: "3.12" cibuildwheel: "cp311" - python-version: "3.12" cibuildwheel: "cp313" - - python-version: "3.13" - cibuildwheel: "cp310" - python-version: "3.13" cibuildwheel: "cp311" - python-version: "3.13" cibuildwheel: "cp312" - - steps: + steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: actions-ext/python/setup@main diff --git a/.github/workflows/wiki.yaml b/.github/workflows/wiki.yaml index d2cc646..f3306fd 100644 --- a/.github/workflows/wiki.yaml +++ b/.github/workflows/wiki.yaml @@ -22,6 +22,6 @@ jobs: steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - run: cp README.md docs/wiki/Home.md - - uses: Andrew-Chen-Wang/github-wiki-action@4e78882ff52f8751488e506e49b221145506ee34 # v5.0.5 + - uses: Andrew-Chen-Wang/github-wiki-action@64efa0a9436db17670a2259e0ac249d6f08bb352 # v5.0.4 with: path: docs/wiki diff --git a/pyproject.toml b/pyproject.toml index 6e5b32c..4793e01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ description = "A C++-Python project template" readme = "README.md" license = { text = "Apache-2.0" } version = "0.1.0" -requires-python = ">=3.10" +requires-python = ">=3.11" keywords = [] classifiers = [ @@ -24,7 +24,6 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", @@ -77,7 +76,7 @@ search = 'version = "{current_version}"' replace = 'version = "{new_version}"' [tool.cibuildwheel] -build = "cp310-* cp311-* cp312-* cp313-*" +build = "cp311-* cp312-* cp313-*" test-command = "echo 'TODO'" test-extras = "develop" @@ -176,4 +175,3 @@ root = "README.md" pages = [] use-autoapi = true -