Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_proto
Commits
c5c8406c
Commit
c5c8406c
authored
2 years ago
by
BO ZHANG
Browse files
Options
Download
Email Patches
Plain Diff
see if python 3.9 fixes the copybutton
parent
0c71dd8a
dev
main
No related merge requests found
Pipeline
#206
passed with stages
in 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
readthedocs.yml
+1
-1
readthedocs.yml
setup.py
+1
-1
setup.py
with
2 additions
and
2 deletions
+2
-2
readthedocs.yml
+
1
-
1
View file @
c5c8406c
...
@@ -9,7 +9,7 @@ build:
...
@@ -9,7 +9,7 @@ build:
os
:
ubuntu-20.04
os
:
ubuntu-20.04
tools
:
tools
:
python
:
"
3.9"
python
:
"
3.9"
nodejs
:
16
nodejs
:
"
16
"
# Build documentation in the docs/ directory with Sphinx
# Build documentation in the docs/ directory with Sphinx
sphinx
:
sphinx
:
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
-
1
View file @
c5c8406c
...
@@ -36,5 +36,5 @@ setuptools.setup(
...
@@ -36,5 +36,5 @@ setuptools.setup(
# 'matplotlib',
# 'matplotlib',
# 'astropy',
# 'astropy',
# ],
# ],
python_requires
=
'>=3.
8
'
,
python_requires
=
'>=3.
9
'
,
)
)
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets