Skip to content

Commit 93c9f11

Browse files
committed
Drop building the package on Py2 in CI.
1 parent 847c69c commit 93c9f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [macos-latest, ubuntu-latest]
14-
python-version: [pypy2, pypy3, 3.7, 3.8]
14+
python-version: [pypy3, 3.7, 3.8]
1515

1616
steps:
1717
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)