Skip to content

Commit 946e114

Browse files
committed
Removing PyPy 3.8 from CI (no longer supported by Github)
1 parent f5192e8 commit 946e114

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- '.github/workflows/release.yml'
1414
- '.github/workflows/docs.yml'
1515
- 'docs'
16+
workflow_dispatch:
1617

1718
jobs:
1819
matrix:
@@ -21,10 +22,7 @@ jobs:
2122
fail-fast: false
2223
matrix:
2324
os: [macos-latest, ubuntu-latest, windows-latest]
24-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.8", "pypy-3.9"]
25-
exclude:
26-
- os: windows-latest
27-
python-version: "pypy-3.8" #no cryptography available there
25+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.9", "pypy-3.10"]
2826

2927
env:
3028
PGP_KEY_NAME: ${{ secrets.PGP_KEY_NAME }}

0 commit comments

Comments
 (0)