Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LAMBERT Jean-charles
uns_projects
Commits
dfca4fd2
Commit
dfca4fd2
authored
Oct 01, 2020
by
LAMBERT Jean-charles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add support to python3.8
parent
ee258d5e
Pipeline
#3109
passed with stage
in 1 minute and 37 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
CI/scriptOSX/test-unsio.sh
CI/scriptOSX/test-unsio.sh
+1
-1
setup.py
setup.py
+1
-0
No files found.
CI/scriptOSX/test-unsio.sh
View file @
dfca4fd2
...
...
@@ -2,7 +2,7 @@
# Install unsio wheel for every python
# Run test program
for
PYVER
in
34 35 36 37
;
do
for
PYVER
in
34 35 36 37
38
;
do
PYENV
=
${
HOME
}
/venv/unsio
${
PYVER
}
echo
"Activate
${
PYENV
}
...."
source
${
PYENV
}
/bin/activate
...
...
setup.py
View file @
dfca4fd2
...
...
@@ -131,6 +131,7 @@ def setup_package():
"Programming Language :: Python :: 3.5"
,
"Programming Language :: Python :: 3.6"
,
"Programming Language :: Python :: 3.7"
,
"Programming Language :: Python :: 3.8"
,
"Topic :: Scientific/Engineering :: Astronomy"
,
"Topic :: Software Development"
],
platforms
=
[
"Linux"
,
"Mac OS-X"
,
"Unix"
],
...
...
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