Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
data2passcal
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
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
data2passcal
Commits
117745de
Commit
117745de
authored
1 year ago
by
Omid Hosseini
Browse files
Options
Downloads
Patches
Plain Diff
Remove python 3.8 support
parent
fb8a3865
No related branches found
No related tags found
No related merge requests found
Pipeline
#4233
passed with stage
in 22 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
conda.recipe/meta.yaml
+2
-2
2 additions, 2 deletions
conda.recipe/meta.yaml
setup.py
+1
-1
1 addition, 1 deletion
setup.py
tox.ini
+2
-2
2 additions, 2 deletions
tox.ini
with
8 additions
and
8 deletions
.gitlab-ci.yml
+
3
−
3
View file @
117745de
...
@@ -21,7 +21,7 @@ before_script:
...
@@ -21,7 +21,7 @@ before_script:
-
pip install -e .[dev]
-
pip install -e .[dev]
linting_python3
:
linting_python3
:
image
:
python:3.
8
image
:
python:3.
9
tags
:
tags
:
-
passoft
-
passoft
stage
:
test
stage
:
test
...
@@ -29,8 +29,8 @@ linting_python3:
...
@@ -29,8 +29,8 @@ linting_python3:
-
flake8 --ignore=E722,E712 data2passcal
-
flake8 --ignore=E722,E712 data2passcal
-
flake8 --ignore=E722,E712 tests
-
flake8 --ignore=E722,E712 tests
python3.
8
:
python3.
9
:
image
:
python:3.
8
image
:
python:3.
9
tags
:
tags
:
-
passoft
-
passoft
stage
:
test
stage
:
test
...
...
This diff is collapsed.
Click to expand it.
conda.recipe/meta.yaml
+
2
−
2
View file @
117745de
...
@@ -11,10 +11,10 @@ build:
...
@@ -11,10 +11,10 @@ build:
requirements
:
requirements
:
build
:
build
:
-
python >=3.
8
-
python >=3.
9
-
pip
-
pip
run
:
run
:
-
python >=3.
8
-
python >=3.
9
test
:
test
:
requires
:
requires
:
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
117745de
...
@@ -20,7 +20,7 @@ setup(
...
@@ -20,7 +20,7 @@ setup(
'
Intended Audience :: Developers
'
,
'
Intended Audience :: Developers
'
,
'
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
'
,
'
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
'
,
'
Natural Language :: English
'
,
'
Natural Language :: English
'
,
'
Programming Language :: Python :: 3.
8
'
,
'
Programming Language :: Python :: 3.
9
'
,
],
],
description
=
"
Prepare SEED data for shipment to PASSCAL.
"
,
description
=
"
Prepare SEED data for shipment to PASSCAL.
"
,
entry_points
=
{
entry_points
=
{
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
2
−
2
View file @
117745de
[tox]
[tox]
envlist
=
py3
8
, flake8
envlist
=
py3
9
, flake8
[testenv:flake8]
[testenv:flake8]
basepython
=
python
basepython
=
python
...
@@ -7,7 +7,7 @@ deps = flake8
...
@@ -7,7 +7,7 @@ deps = flake8
commands
=
flake8 --ignore=E722,E712 data2passcal
commands
=
flake8 --ignore=E722,E712 data2passcal
flake8
--ignore
=
E722,E712 tests
flake8
--ignore
=
E722,E712 tests
[testenv:py
27
]
[testenv:py
39
]
changedir
=
tests
changedir
=
tests
passenv
=
SEND4REAL
passenv
=
SEND4REAL
deps
=
deps
=
...
...
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