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 9ed4e8d commit 46f3f8cCopy full SHA for 46f3f8c
.github/workflows/check-release.yml
@@ -1,7 +1,7 @@
1
name: Check Release
2
on:
3
push:
4
- branches: ["main"]
+ branches: ["7.x"]
5
pull_request:
6
7
concurrency:
.github/workflows/downstream.yml
@@ -2,7 +2,7 @@ name: Test downstream projects
8
.github/workflows/main.yml
@@ -2,7 +2,7 @@ name: CI
@@ -50,6 +50,8 @@ jobs:
50
python-version: "3.9"
51
- os: ubuntu-latest
52
python-version: "pypy-3.8"
53
+ - os: ubuntu-latest
54
+ python-version: "3.11"
55
- os: macos-latest
56
python-version: "3.8"
57
0 commit comments