We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38061c7 commit 696b22cCopy full SHA for 696b22c
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
os: [ macos-latest ]
12
- python-version: [ '3.8', '3.12', 'pypy-3.10' ]
+ python-version: [ '3.12', ]
13
name: Build on ${{ matrix.os }} using ${{ matrix.python-version }}
14
runs-on: ${{ matrix.os }}
15
steps:
0 commit comments