only include versions that build on github (some do not due to github lacking support)

python-versions
Andrew Port 2021-10-18 22:01:06 -07:00
parent 386b03eb7d
commit 91f9112a81
2 changed files with 3 additions and 15 deletions

View File

@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11", pypy2, pypy3]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

View File

@ -39,26 +39,14 @@ setup(name='svgpathtools',
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
# "Programming Language :: Python :: 2.0",
# "Programming Language :: Python :: 2.1",
# "Programming Language :: Python :: 2.2",
# "Programming Language :: Python :: 2.3",
# "Programming Language :: Python :: 2.4",
# "Programming Language :: Python :: 2.5",
# "Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 2.7",
# "Programming Language :: Python :: 3.0",
# "Programming Language :: Python :: 3.1",
# "Programming Language :: Python :: 3.2",
# "Programming Language :: Python :: 3.3",
# "Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
# "Programming Language :: Python :: 3.10",
# "Programming Language :: Python :: 3.11",
"Topic :: Multimedia :: Graphics :: Editors :: Vector-Based",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Image Recognition",