Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ff968 commit 5698963Copy full SHA for 5698963
2 files changed
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier.
2
-_commit: 1.10.1
+_commit: 1.10.2
3
_src_path: gh:pawamoy/copier-uv
4
author_email: [email protected]
5
author_fullname: Timothée Mazzucotelli
.github/workflows/ci.yml
@@ -2,8 +2,9 @@ name: ci
on:
push:
- - main
6
- - test-me-*
+ branches:
+ - main
7
+ - test-me-*
8
pull_request:
9
branches:
10
- main
@@ -36,13 +37,13 @@ jobs:
36
37
python-version:
38
- "3.9"
39
- "3.13"
- include:
40
- - os: ubuntu-latest
41
- python-version: "3.10"
42
43
- python-version: "3.11"
44
45
- python-version: "3.12"
+ include:
+ - os: ubuntu-latest
+ python-version: "3.10"
+ python-version: "3.11"
46
+ python-version: "3.12"
47
48
runs-on: ${{ matrix.os }}
49
0 commit comments