Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rt2ms_py3
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
2
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
Service Desk
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
Software Public
PASSOFT
rt2ms_py3
Commits
70b8105c
Commit
70b8105c
authored
1 year ago
by
Maeva Pourpoint
Browse files
Options
Downloads
Patches
Plain Diff
Update packaging and CI/CD files to reflect support for python 3.10
parent
13190bfe
No related branches found
Branches containing commit
No related tags found
1 merge request
!26
Update version number in main module
Pipeline
#3274
passed with stage
Stage: Static Analysis and Test
in 1 minute and 30 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+11
-1
11 additions, 1 deletion
.gitlab-ci.yml
setup.py
+1
-0
1 addition, 0 deletions
setup.py
with
12 additions
and
1 deletion
.gitlab-ci.yml
+
11
−
1
View file @
70b8105c
...
...
@@ -21,7 +21,7 @@ before_script:
-
pip install -e .[dev]
flake8
:
image
:
python:3.
8
image
:
python:3.
9
tags
:
-
passoft
stage
:
Static Analysis and Test
...
...
@@ -47,3 +47,13 @@ python3.9:
-
coverage run -m unittest
-
coverage report -m
coverage
:
'
/TOTAL.+
([0-9]{1,3}%)/'
python3.10
:
image
:
python:3.10
tags
:
-
passoft
stage
:
Static Analysis and Test
script
:
-
coverage run -m unittest
-
coverage report -m
coverage
:
'
/TOTAL.+
([0-9]{1,3}%)/'
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
0
View file @
70b8105c
...
...
@@ -21,6 +21,7 @@ setup(
'
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
'
,
'
Natural Language :: English
'
,
'
Programming Language :: Python :: 3.9
'
,
'
Programming Language :: Python :: 3.10
'
,
],
description
=
"
Convert raw rt130 data into day-long mseed files and write
"
"
state of health information in a RefTek format log file.
"
,
...
...
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