Skip to content

Commit

Permalink
chore: address @nh13 review
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Aug 8, 2024
1 parent 83c8592 commit 3f92a96
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ jobs:
- name: Create Draft Release
id: create_release
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: ${{ github.ref_name }}
body: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
PYTHON_VERSION: ["3.8", "3.9", "3.10", "3.11"]
PYTHON_VERSION: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.platform.os }}
strategy:
matrix:
python: [cp38, cp39, cp310, cp311]
python: [cp38, cp39, cp310, cp311, cp312]
platform:
- os: ubuntu-latest
target: manylinux
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

---

[![Python package][python-package-badge]][python-package-link]
[![Unit tests][tests-badge]][tests-link]
[![Python versions][python-version-badge]](https://github.com/fulcrumgenomics/python-template)
[![PyPI version][pypi-badge]][pypi-link]
[![PyPI download total][pypi-downloads-badge]][pypi-downloads-link]

Expand All @@ -26,12 +27,14 @@
[code-coverage-link]: https://codecov.io/gh/fulcrumgenomics/pybedlite
[license-badge]: http://img.shields.io/badge/license-MIT-blue.svg
[license-link]: https://github.com/fulcrumgenomics/pybedlite/blob/main/LICENSE
[python-package-badge]: https://github.com/fulcrumgenomics/pybedlite/workflows/Python%20package/badge.svg
[python-package-link]: https://github.com/fulcrumgenomics/pybedlite/actions?query=workflow%3A%22Python+package%22
[pypi-badge]: https://badge.fury.io/py/pybedlite.svg
[pypi-link]: https://pypi.python.org/pypi/pybedlite
[pypi-downloads-badge]: https://img.shields.io/pypi/dm/pybedlite
[pypi-downloads-link]: https://pypi.python.org/pypi/pybedlite
[python-version-badge]: https://img.shields.io/badge/python-3.8_|_3.9_|_3.10_|_3.11_|_3.12-blue
[python-version-link]: https://codecov.io/gh/fulcrumgenomics/pybedlite
[tests-badge]: https://github.com/fulcrumgenomics/pybedlite/workflows/tests/badge.svg
[tests-link]: https://github.com/fulcrumgenomics/pybedlite/actions/workflows/tests.yml?query=branch%3Amain

# pybedlite

Expand Down

0 comments on commit 3f92a96

Please sign in to comment.