Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dbc102 commit c6542c7Copy full SHA for c6542c7
.github/workflows/tests.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- branch: [origin/main, 3.11, '3.10', 3.9, 3.8, 3.7]
+ branch: [origin/main, 3.12, 3.11, '3.10', 3.9, 3.8, 3.7]
15
steps:
16
- uses: actions/checkout@v3
17
- uses: actions/setup-python@v4
0 commit comments