Skip to content

Commit

Permalink
Re-sync Copier answers with submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Mar 22, 2024
1 parent 410b125 commit 484080d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: a11b133
_commit: 98833f7
_src_path: gh:blakeNaccarato/copier-python
actions_runner: ubuntu-22.04
active: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
# - "3.10" # `scripts` currently requires `tomllib`, which is > 3.10
- "3.11"
- "3.12"
# - "3.13.0-alpha.5" # `copier` tooling dep failing on 3.13
# - "3.13.0-alpha.5" # https://github.com/PyO3/pyo3/issues/3555
runs-on: "${{ matrix.runner }}"
steps:
- uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/high.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# - "3.10" # `scripts` currently requires `tomllib`, which is > 3.10
- "3.11"
- "3.12"
# - "3.13.0-alpha.5" # `copier` tooling dep failing on 3.13
# - "3.13.0-alpha.5" # https://github.com/PyO3/pyo3/issues/3555
runs-on: "${{ matrix.runner }}"
steps:
- uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# - "3.10" # `scripts` currently requires `tomllib`, which is > 3.10
- "3.11"
- "3.12"
# - "3.13.0-alpha.5" # `copier` tooling dep failing on 3.13
# - "3.13.0-alpha.5" # https://github.com/PyO3/pyo3/issues/3555
runs-on: "${{ matrix.runner }}"
steps:
- uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4.1.1
Expand Down

0 comments on commit 484080d

Please sign in to comment.