Skip to content

Commit

Permalink
Drop support for Python 2.7 from 'setup.py' and Github test workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbriggs committed Feb 5, 2024
1 parent 5ed08bb commit 66b0bba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [2.7, 3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
Setup script to install RnaChipIntegrator: analyses of peak data with
genomic feature data
Copyright (C) University of Manchester 2011-20 Peter Briggs, Ian Donaldson, Leo Zeef
Copyright (C) University of Manchester 2011-20,2024 Peter Briggs,
Ian Donaldson, Leo Zeef
"""

Expand Down Expand Up @@ -51,8 +52,6 @@
'Operating System :: POSIX',
'Topic :: Scientific/Engineering :: Bio-Informatics',
'Natural Language :: English',
"Programming Language :: Python :: 2",
'Programming Language :: Python :: 2.7',
"Programming Language :: Python :: 3",
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
Expand Down

0 comments on commit 66b0bba

Please sign in to comment.