Skip to content

Commit ee5c61e

Browse files
committed
Removed pypy-2.7 from CI.
1 parent a83fb34 commit ee5c61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
os: [ubuntu-latest, macos-latest, windows-latest]
34-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-2.7', 'pypy-3.9']
34+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9']
3535

3636
steps:
3737
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)