Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Kluyver
Pycrystfel
Commits
9b0b8095
Commit
9b0b8095
authored
Jan 08, 2021
by
Thomas Kluyver
Browse files
Set language level 3 for Cython
parent
e9f1694e
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
9b0b8095
...
...
@@ -8,6 +8,6 @@ extensions = [
]
setup
(
name
=
"Pycrystfel"
,
ext_modules
=
cythonize
(
extensions
),
ext_modules
=
cythonize
(
extensions
,
language_level
=
3
),
packages
=
[
'pycrystfel'
],
)
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