Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lhcb-dpa
Analysis Productions
LbAPCommon
Commits
a953bf97
Commit
a953bf97
authored
Feb 02, 2022
by
Chris Burr
Browse files
Merge branch 'aiwieder/python_version' into 'master'
Drop python 3.6 See merge request
!51
parents
51dfa3b1
7fd7cde6
Pipeline
#3521034
passed with stages
in 2 minutes and 3 seconds
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a953bf97
...
...
@@ -43,8 +43,6 @@ test:
parallel
:
matrix
:
-
PY_VER
:
"
3.6"
PIP_VER
:
"
<=21.3.1"
-
PY_VER
:
[
"
3.8"
,
"
3.9"
]
artifacts
:
...
...
@@ -57,7 +55,7 @@ deploy-packages:
only
:
-
tags
dependencies
:
[]
image
:
gitlab-registry.cern.ch/lhcb-docker/python-deployment:python-3.
7
image
:
gitlab-registry.cern.ch/lhcb-docker/python-deployment:python-3.
9
script
:
-
python setup.py sdist --dist-dir public/
-
python setup.py bdist_wheel --dist-dir public/
...
...
setup.py
View file @
a953bf97
...
...
@@ -33,15 +33,13 @@ setup(
"Development Status :: 3 - Alpha"
,
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"
,
"Programming Language :: Python :: 3"
,
"Programming Language :: Python :: 3.6"
,
"Programming Language :: Python :: 3.7"
,
"Programming Language :: Python :: 3.8"
,
"Programming Language :: Python :: 3.9"
,
],
keywords
=
"LHCb HEP CERN"
,
packages
=
find_packages
(
"src"
),
package_dir
=
{
""
:
"src"
},
python_requires
=
">=3.
6
"
,
python_requires
=
">=3.
8
"
,
setup_requires
=
[
"setuptools_scm"
],
install_requires
=
[
"strictyaml"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment