We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 185dfbe commit 16e9342Copy full SHA for 16e9342
1 file changed
.github/workflows/lint_python.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
fail-fast: false
8
matrix:
9
- python: ['3.9']
+ python: ['3.10']
10
steps:
11
- uses: actions/checkout@v3
12
- uses: actions/setup-python@v4
0 commit comments