We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4752bc commit bada0f3Copy full SHA for bada0f3
2 files changed
.github/workflows/staging-deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- python-version: ["3.8"]
+ python-version: ["3.12"]
22
steps:
23
- name: Checkout
24
uses: actions/checkout@v4
.github/workflows/test-lint.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
0 commit comments