Skip to content

Commit

Permalink
Merge pull request #239 from milescsmith/pure_python
Browse files Browse the repository at this point in the history
python 3.10, dep updates, move to hatchling
  • Loading branch information
milescsmith authored Jul 14, 2023
2 parents 38c13f5 + 826fdc9 commit d3946fc
Show file tree
Hide file tree
Showing 15 changed files with 935 additions and 1,656 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8"]
python-version: ["3.10"]

steps:
- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default_language_version:
python: python3.8
python: python3.10

default_stages: [commit, push]

Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.0] - 2023-07-13

### Change

- Update dependencies
- Adjust functions to use updated `typer` syntax
- Increase required python version to 3.10
- Switch from using `poetry` to `hatchling`/`huak`


## [0.3.0] - 2022-02-17

### Added
Expand Down
27 changes: 0 additions & 27 deletions LICENSE

This file was deleted.

595 changes: 595 additions & 0 deletions LICENSE.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ another.
## Installation

PLINKLiftOver requires
* Python 3.8
* Python 3.10
* The command line version of [liftOver](http://genome.ucsc.edu/cgi-bin/hgLiftOver),
installed and on the system path
* An appropriate [chain file](http://hgdownload.soe.ucsc.edu/downloads.html#liftover)
Expand Down
Loading

0 comments on commit d3946fc

Please sign in to comment.