We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a518f45 commit eed364cCopy full SHA for eed364c
.github/workflows/support.yml
@@ -20,7 +20,7 @@ jobs:
20
fetch-depth: 2
21
- uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1
22
with:
23
- python-version: 3.8
+ python-version: 3.14
24
- name: Install support scripts
25
run: |
26
pip install --upgrade pip
.github/workflows/tests.yml
@@ -79,7 +79,7 @@ jobs:
79
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
80
81
82
- python-version: '3.10.12'
+ python-version: '3.14.2'
83
update-environment: false
84
- uses: actions/setup-java@17f84c3641ba7b8f6deff6309fc4c864478f5d62 # v3.14.1
85
0 commit comments