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 f612503 commit 50c49f1Copy full SHA for 50c49f1
.github/workflows/ci.yml
@@ -109,14 +109,14 @@ jobs:
109
- "3.9"
110
- "3.10"
111
- "3.11"
112
- - key: "3.12"
113
- full: "3.12-dev"
+ - "3.12"
114
115
steps:
116
- uses: actions/checkout@v3
117
- uses: actions/setup-python@v4
118
with:
119
- python-version: ${{ matrix.python.full || matrix.python }}
+ python-version: ${{ matrix.python }}
+ allow-prereleases: true
120
121
- name: Install Ubuntu dependencies
122
if: matrix.os == 'Ubuntu'
news/12252.trivial.rst
0 commit comments