Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-advanced-user-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-advanced-user-tools
Commits
5aa45f4e
Commit
5aa45f4e
authored
11 months ago
by
Daniel Hornung
Browse files
Options
Downloads
Plain Diff
Merge branch 'f-remove-python37' into 'dev'
MAINT: REmove Python 3.7 See merge request
!96
parents
d17a6669
214982c7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!100
WIP: Filling XLSX: Seems to be working.
,
!96
MAINT: REmove Python 3.7
Pipeline
#49881
passed
11 months ago
Stage: setup
Stage: cert
Stage: style
Stage: unittest
Stage: integrationtest
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+3
-9
3 additions, 9 deletions
.gitlab-ci.yml
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
tox.ini
+1
-1
1 addition, 1 deletion
tox.ini
with
6 additions
and
11 deletions
.gitlab-ci.yml
+
3
−
9
View file @
5aa45f4e
...
...
@@ -134,22 +134,16 @@ unittest_py39:
-
python3 -c "import linkahead; print('LinkAhead Version:', linkahead.__version__)"
-
tox
unittest_py3
7
:
unittest_py3
8
:
tags
:
[
docker
]
stage
:
unittest
image
:
python:3.
7
image
:
python:3.
8
script
:
&python_test_script
-
pip install nose pandas pytest pytest-cov gitignore-parser openpyxl>=3.0.7 xlrd==1.2 h5py
-
pip install
py
nose pandas pytest pytest-cov gitignore-parser openpyxl>=3.0.7 xlrd==1.2 h5py
-
pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev
-
pip install .
-
pytest --cov=caosadvancedtools unittests
unittest_py38
:
tags
:
[
docker
]
stage
:
unittest
image
:
python:3.8
script
:
*python_test_script
unittest_py310
:
tags
:
[
docker
]
stage
:
unittest
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
1
−
0
View file @
5aa45f4e
...
...
@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
*
The deprecated
`parent`
keyword from the YAML datamodel specification. Use
`inherit_from_{obligatory|recommended|suggested}`
instead.
*
Support for Python 3.7
### Fixed ###
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
5aa45f4e
...
...
@@ -154,7 +154,7 @@ def setup_package():
long_description_content_type
=
"
text/markdown
"
,
author
=
'
Henrik tom Wörden
'
,
author_email
=
'
h.tomwoerden@indiscale.com
'
,
python_requires
=
'
>=3.
7
'
,
python_requires
=
'
>=3.
8
'
,
install_requires
=
[
"
linkahead>=0.13.1
"
,
"
jsonref
"
,
"
jsonschema[format]>=4.4.0
"
,
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
1
−
1
View file @
5aa45f4e
[tox]
envlist
=
py37,
py38, py39, py310, py311
envlist
=
py38, py39, py310, py311
skip_missing_interpreters
=
true
[testenv]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment