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 c7673ea commit 03f78e5Copy full SHA for 03f78e5
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
- uses: actions/checkout@v4
46
- uses: actions/setup-python@v5
47
with:
48
- python-version: 3.12
+ python-version: 3.14
49
cache: 'pip' # caching pip dependencies
50
- name: Install Dependencies
51
run: |
0 commit comments