Skip to content

Commit

Permalink
Update runners for building wheels (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche authored Jul 12, 2024
1 parent 4d246f5 commit 8ac6418
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-11] # at some point get this to work on windows-2019
os: [ubuntu-22.04, macos-13] # at some point get this to work on windows-2019

steps:
- uses: actions/checkout@v3
Expand Down
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## Version 0.3.0 (development)
## Version 0.4.0 - 0.4.3

- Migrate to the new class implementations
- Add reader for objects containing genomic ranges

## Version 0.3.0

This release migrates the package to a more palatable Google's Python style guide. A major modification to the package is with casing, all `camelCase` properties, methods, functions and parameters are now `snake_case`.

Expand All @@ -12,6 +17,4 @@ Finally, pyscaffold has been updated to use "myst-parser" as the markdown compil

## Version 0.1

- Feature A added
- FIX: nasty bug #1729 fixed
- add your changes here!
- First implementation

0 comments on commit 8ac6418

Please sign in to comment.