Revert "Add `pypi` to CI."

This reverts commit 77a9d4882b.
This commit is contained in:
Fabio Caccamo 2022-12-07 12:06:19 +01:00
parent 77a9d4882b
commit fb512c6969
2 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
platform: [ubuntu-latest, macos-latest, windows-latest] platform: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.8', 'pypy-3.9'] python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
steps: steps:

View File

@ -130,7 +130,6 @@ setup(
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Education :: Testing", "Topic :: Education :: Testing",
"Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Build Tools",
"Topic :: System :: Filesystems", "Topic :: System :: Filesystems",