Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cython
Commits
019c3342
Commit
019c3342
authored
Nov 05, 2021
by
Mike Taves
Committed by
GitHub
Nov 05, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Python 3.10 to build matrix and supported version classifiers (GH-4449)
parent
b5f81f5e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
.github/workflows/wheel-manylinux.yml
.github/workflows/wheel-manylinux.yml
+4
-4
setup.py
setup.py
+1
-0
No files found.
.github/workflows/wheel-manylinux.yml
View file @
019c3342
...
...
@@ -48,7 +48,7 @@ jobs:
-
name
:
Build Linux wheels
uses
:
RalfG/python-wheels-manylinux-build@v0.3.4-manylinux1_i686
with
:
python-versions
:
'
cp27-cp27m
cp27-cp27mu
cp35-cp35m
cp36-cp36m
cp37-cp37m
cp38-cp38
cp39-cp39
cp3
9-cp39
'
python-versions
:
'
cp27-cp27m
cp27-cp27mu
cp35-cp35m
cp36-cp36m
cp37-cp37m
cp38-cp38
cp39-cp39
cp3
10-cp310
'
-
name
:
Upload wheels
uses
:
actions/upload-artifact@v2
...
...
@@ -70,7 +70,7 @@ jobs:
-
name
:
Build Linux wheels
uses
:
RalfG/python-wheels-manylinux-build@v0.3.4-manylinux1_x86_64
with
:
python-versions
:
'
cp27-cp27m
cp27-cp27mu
cp35-cp35m
cp36-cp36m
cp37-cp37m
cp38-cp38
cp39-cp39'
python-versions
:
'
cp27-cp27m
cp27-cp27mu
cp35-cp35m
cp36-cp36m
cp37-cp37m
cp38-cp38
cp39-cp39
cp310-cp310
'
-
name
:
Upload wheels
uses
:
actions/upload-artifact@v2
...
...
@@ -92,7 +92,7 @@ jobs:
-
name
:
Build Linux wheels
uses
:
RalfG/python-wheels-manylinux-build@v0.3.4-manylinux2014_i686
with
:
python-versions
:
'
cp36-cp36m
cp37-cp37m
cp38-cp38
cp39-cp39'
python-versions
:
'
cp36-cp36m
cp37-cp37m
cp38-cp38
cp39-cp39
cp310-cp310
'
-
name
:
Upload wheels
uses
:
actions/upload-artifact@v2
...
...
@@ -114,7 +114,7 @@ jobs:
-
name
:
Build Linux wheels
uses
:
RalfG/python-wheels-manylinux-build@v0.3.4-manylinux2014_x86_64
with
:
python-versions
:
'
cp36-cp36m
cp37-cp37m
cp38-cp38
cp39-cp39'
python-versions
:
'
cp36-cp36m
cp37-cp37m
cp38-cp38
cp39-cp39
cp310-cp310
'
-
name
:
Upload wheels
uses
:
actions/upload-artifact@v2
with
:
...
...
setup.py
View file @
019c3342
...
...
@@ -289,6 +289,7 @@ def run_build():
"Programming Language :: Python :: 3.7"
,
"Programming Language :: Python :: 3.8"
,
"Programming Language :: Python :: 3.9"
,
"Programming Language :: Python :: 3.10"
,
"Programming Language :: Python :: Implementation :: CPython"
,
"Programming Language :: Python :: Implementation :: PyPy"
,
"Programming Language :: C"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment