Skip to content

Commit

Permalink
Merge pull request #46 from kreczko/kreczko-python3
Browse files Browse the repository at this point in the history
dropping python 2 and python 3.6
  • Loading branch information
kreczko authored Apr 8, 2022
2 parents e686f41 + 5fa2856 commit 996a7ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
dist: xenial
dist: focal
language: python

python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"

install:
- sudo apt-get update
Expand Down Expand Up @@ -39,7 +37,6 @@ jobs:
- stage: test
script: flake8 --max-line-length=120 fast_curator tests
name: flake8
python: 3.7

deploy:
provider: pypi
Expand All @@ -50,4 +47,4 @@ deploy:
on:
tags: true
repo: FAST-HEP/fast-curator
condition: "$TRAVIS_PYTHON_VERSION == 3.6 && $TRAVIS_TAG =~ ^v[0-9]+[.][0-9]+[.][0-9]+(-rc[0-9]+|[.]dev[0-9]+)?$"
condition: "$TRAVIS_PYTHON_VERSION == 3.8 && $TRAVIS_TAG =~ ^v[0-9]+[.][0-9]+[.][0-9]+(-rc[0-9]+|[.]dev[0-9]+)?$"
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,9 @@ def get_version():
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Natural Language :: English',
"Programming Language :: Python :: 2",
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
description="F.A.S.T. package for describing datasets",
entry_points={
Expand Down

0 comments on commit 996a7ef

Please sign in to comment.