Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-pylib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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-pylib
Commits
7fbbea90
Commit
7fbbea90
authored
3 months ago
by
I. Nüske
Browse files
Options
Downloads
Patches
Plain Diff
MNT: Remove support for python 3.8
parent
c0c6d543
No related branches found
No related tags found
2 merge requests
!175
BUG: Request responses without the "Set-Cookie" header no longer overwrite the...
,
!171
Remove support for Python 3.8
Pipeline
#59061
passed
3 months ago
Stage: code_style
Stage: linting
Stage: test
Stage: deploy
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+2
-0
2 additions, 0 deletions
CHANGELOG.md
DEPENDENCIES.md
+1
-1
1 addition, 1 deletion
DEPENDENCIES.md
README_SETUP.md
+2
-2
2 additions, 2 deletions
README_SETUP.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
6 additions
and
4 deletions
CHANGELOG.md
+
2
−
0
View file @
7fbbea90
...
...
@@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed ###
*
Support for Python 3.8
### Fixed ###
*
[
#73
](
https://gitlab.com/linkahead/linkahead-pylib/-/issues/73
)
...
...
This diff is collapsed.
Click to expand it.
DEPENDENCIES.md
+
1
−
1
View file @
7fbbea90
*
caosdb-server >= 0.12.0
*
Python >= 3.
8
*
Python >= 3.
9
*
pip >= 20.0.2
Any other dependencies are defined in the setup.py and are being installed via pip
This diff is collapsed.
Click to expand it.
README_SETUP.md
+
2
−
2
View file @
7fbbea90
...
...
@@ -4,7 +4,7 @@
### How to install ###
First ensure that python with at least version 3.
8
is installed. Should this not be
First ensure that python with at least version 3.
9
is installed. Should this not be
the case, you can use the
[
Installing python
](
#installing-python-
)
guide for your OS.
#### Generic installation ####
...
...
@@ -39,7 +39,7 @@ entries `install_requires` and `extras_require`.
#### Linux ####
Make sure that Python (at least version 3.
8
) and pip is installed, using your system tools and
Make sure that Python (at least version 3.
9
) and pip is installed, using your system tools and
documentation.
Then open a terminal and continue in the
[
Generic installation
](
#generic-installation
)
section.
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
7fbbea90
...
...
@@ -179,7 +179,7 @@ def setup_package():
"
Topic :: Scientific/Engineering :: Information Analysis
"
,
],
packages
=
find_packages
(
'
src
'
),
python_requires
=
'
>=3.
8
'
,
python_requires
=
'
>=3.
9
'
,
package_dir
=
{
''
:
'
src
'
},
install_requires
=
[
'
lxml>=4.6.3
'
,
"
requests[socks]>=2.26
"
,
...
...
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