We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0e55d commit 346e655Copy full SHA for 346e655
2 files changed
.github/ISSUE_TEMPLATE/config.yml
@@ -10,3 +10,6 @@ contact_links:
10
- name: pytest-cookies Information
11
url: https://pytest-cookies.readthedocs.io/en/latest/
12
about: pytest-cookie Website
13
+ - name: UV Information
14
+ url: https://docs.astral.sh/uv/
15
+ about: UV By Astral Website
.github/workflows/test-bake.yml
@@ -31,6 +31,7 @@ jobs:
31
- "3.11"
32
- "3.12"
33
- "3.13"
34
+ - "3.14"
35
os:
36
- ubuntu-latest
37
- windows-latest
0 commit comments