Commit c5c8406c authored by BO ZHANG's avatar BO ZHANG :basketball:
Browse files

see if python 3.9 fixes the copybutton

parent 0c71dd8a
No related merge requests found
Pipeline #206 passed with stages
in 16 seconds
Showing with 2 additions and 2 deletions
+2 -2
...@@ -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:
......
...@@ -36,5 +36,5 @@ setuptools.setup( ...@@ -36,5 +36,5 @@ setuptools.setup(
# 'matplotlib', # 'matplotlib',
# 'astropy', # 'astropy',
# ], # ],
python_requires='>=3.8', python_requires='>=3.9',
) )
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment