We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc661c commit 584113fCopy full SHA for 584113f
1 file changed
.github/workflows/code-quality.yml
@@ -13,8 +13,8 @@ jobs:
13
quality:
14
runs-on: ubuntu-latest
15
strategy:
16
- matrix:
17
- python-version: [ '3.10', '3.11', '3.12', '3.13' ]
+ matrix:
+ python-version: [ '3.10', '3.11', '3.12', '3.13' ]
18
steps:
19
- uses: actions/checkout@v4
20
- uses: actions/setup-python@v4
0 commit comments