Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Python Package
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Insights
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
ASTRON Templates
Python Package
Commits
d17a2620
Commit
d17a2620
authored
1 year ago
by
Klaas Kliffen
Browse files
Options
Downloads
Patches
Plain Diff
ci: remove python 3.7 due to EOL
parent
7764611b
No related branches found
No related tags found
1 merge request
!26
Use version_file instead of write_to in pyproject.toml
Pipeline
#65112
passed with warnings
1 year ago
Stage: prepare
Stage: lint
Stage: test
Stage: package
Stage: integration
Pipeline: Python Package
#65113
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
{{cookiecutter.project_slug}}/.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
{{cookiecutter.project_slug}}/.gitlab-ci.yml
with
1 addition
and
1 deletion
{{cookiecutter.project_slug}}/.gitlab-ci.yml
+
1
−
1
View file @
d17a2620
...
...
@@ -88,7 +88,7 @@ run_unit_tests:
-
tox -e py3${PY_VERSION}
parallel
:
matrix
:
# use the matrix for testing
-
PY_VERSION
:
[
7
,
8
,
9
,
10
]
-
PY_VERSION
:
[
8
,
9
,
10
]
# Run code coverage on the base image thus also performing unit tests
run_unit_tests_coverage
:
...
...
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