Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Wellbore
Lib
Wellbore-cloud
Wellbore-gcp-lib
Commits
d4de0ce3
Commit
d4de0ce3
authored
Feb 01, 2022
by
fabian serin
Browse files
Move to python 3.8 work in progress
parent
04910aee
Pipeline
#90863
failed with stage
in 20 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d4de0ce3
default
:
default
:
image
:
python:3.
7
-slim-bu
ster
image
:
python:3.
8
-slim-bu
llseye
include
:
include
:
...
...
osdu_gcp/__init__.py
View file @
d4de0ce3
__version__
=
'1.
1
.0'
__version__
=
'1.
2
.0'
requirements_opengroup.txt
View file @
d4de0ce3
# osdu core lib main python
# osdu core lib main python
--extra-index-url \
--extra-index-url \
https://community.opengroup.org/api/v4/projects/465/packages/pypi/simple/
https://community.opengroup.org/api/v4/projects/465/packages/pypi/simple/
osdu-core-lib-python~=1.
1
.0
osdu-core-lib-python~=1.
2
.0
setup.py
View file @
d4de0ce3
...
@@ -41,6 +41,6 @@ setup(
...
@@ -41,6 +41,6 @@ setup(
license
=
"Apache License, Version 2.0"
,
license
=
"Apache License, Version 2.0"
,
# We need py 3.
7
for some of the tools used here
# We need py 3.
8
for some of the tools used here
python_requires
=
'>=3.
7
'
,
python_requires
=
'>=3.
8
'
,
)
)
Write
Preview
Supports
Markdown
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