only include versions that build on github (some do not due to github lacking support)
parent
386b03eb7d
commit
91f9112a81
|
@ -12,7 +12,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
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:
|
steps:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
16
setup.py
16
setup.py
|
@ -39,26 +39,14 @@ setup(name='svgpathtools',
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
# "Programming Language :: Python :: 2.0",
|
"Programming Language :: Python :: 2",
|
||||||
# "Programming Language :: Python :: 2.1",
|
"Programming Language :: Python :: 3",
|
||||||
# "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.7",
|
"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.5",
|
||||||
"Programming Language :: Python :: 3.6",
|
"Programming Language :: Python :: 3.6",
|
||||||
"Programming Language :: Python :: 3.7",
|
"Programming Language :: Python :: 3.7",
|
||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
"Programming Language :: Python :: 3.9",
|
"Programming Language :: Python :: 3.9",
|
||||||
# "Programming Language :: Python :: 3.10",
|
|
||||||
# "Programming Language :: Python :: 3.11",
|
|
||||||
"Topic :: Multimedia :: Graphics :: Editors :: Vector-Based",
|
"Topic :: Multimedia :: Graphics :: Editors :: Vector-Based",
|
||||||
"Topic :: Scientific/Engineering",
|
"Topic :: Scientific/Engineering",
|
||||||
"Topic :: Scientific/Engineering :: Image Recognition",
|
"Topic :: Scientific/Engineering :: Image Recognition",
|
||||||
|
|
Loading…
Reference in New Issue