Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CaosDB Crawler
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 Crawler
Commits
89bffd2b
Commit
89bffd2b
authored
1 year ago
by
Florian Spreckelsen
Browse files
Options
Downloads
Patches
Plain Diff
MAINT: Remove support for Python 3.7
parent
24686e48
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!178
FIX: #96 Better error output for crawl.py script.
,
!165
F remove python37
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+2
-0
2 additions, 0 deletions
CHANGELOG.md
setup.cfg
+1
-2
1 addition, 2 deletions
setup.cfg
tox.ini
+1
-1
1 addition, 1 deletion
tox.ini
with
4 additions
and
3 deletions
CHANGELOG.md
+
2
−
0
View file @
89bffd2b
...
...
@@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed ###
*
Support for Python 3.7
### Fixed ###
### Security ###
...
...
This diff is collapsed.
Click to expand it.
setup.cfg
+
1
−
2
View file @
89bffd2b
...
...
@@ -17,11 +17,10 @@ classifiers =
package_dir
=
=
src
packages
=
find:
python_requires
=
>=3.
7
python_requires
=
>=3.
8
install_requires
=
caosadvancedtools
>=
0.7.0
importlib-resources
importlib_metadata
;python_version<'3.8'
linkahead
>
0.13.2
odfpy
#make optional
packaging
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
1
−
1
View file @
89bffd2b
[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