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 c2b127e commit 97f8547Copy full SHA for 97f8547
.github/workflows/build.yml
@@ -8,6 +8,7 @@ on:
8
push:
9
branches:
10
- 'main'
11
+ - '3.12'
12
- '3.11'
13
- '3.10'
14
- '3.9'
@@ -16,6 +17,7 @@ on:
16
17
pull_request:
18
19
20
21
22
23
.github/workflows/doc.yml
@@ -5,6 +5,7 @@ on:
5
#push:
6
# branches:
7
# - 'main'
+ # - '3.12'
# - '3.11'
# - '3.10'
# - '3.9'
@@ -15,6 +16,7 @@ on:
15
0 commit comments