Skip to content

Commit

Permalink
Merge pull request #1142 from pysam-developers/no-more-py2
Browse files Browse the repository at this point in the history
No more py2
  • Loading branch information
AndreasHeger authored Oct 29, 2022
2 parents b7fd112 + d342c8b commit cb34439
Show file tree
Hide file tree
Showing 26 changed files with 168 additions and 235 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
strategy:
matrix:
os: [ubuntu, macos]
python-version: ['2.7', '3.6', '3.7', '3.8', '3.9', '3.10']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
exclude:
# Run only the latest 2.x and 3.x on macOS
# Run only the latest 3.x on macOS
- os: macos
python-version: 3.6
- os: macos
Expand Down
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ http://pysam.readthedocs.io/en/latest/release.html
Release notes
=============

Release 1.0.0?
==============

* python 2.7 support has been removed. The minimum python version is now 3.2 with
versions 3.6-3.11 tested.


Release 0.20.0
==============

Expand Down
1 change: 1 addition & 0 deletions pysam/libcalignedsegment.pxd
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# cython: language_level=3
from pysam.libchtslib cimport *

cdef extern from "htslib_util.h":
Expand Down
Loading

0 comments on commit cb34439

Please sign in to comment.