Skip to content

Commit 53be41b

Browse files
committed
Change log and CI config
1 parent 0adfa6f commit 53be41b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/cibuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
max-parallel: 4
1010
matrix:
11-
python-version: ["3.9", "3.10", "3.11", "3.12"]
11+
python-version: ["3.11", "3.12", "3.13"]
1212
steps:
1313
- uses: actions/checkout@v1
1414
- name: Set up Python ${{ matrix.python-version }}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1010
- Colons are now used instead of commas to separate SNP alleles in microhap alleles (#192).
1111
- Implemented Python 3.12 support by integrating happer package and increasing minimum version of MicroHapDB dependency (#193).
1212
- Updated working directory organization to provide additional structure (#194).
13+
- Snakemake is now invoked using its new Python API, requiring a minimum version of 8.0 and Python 3.11+ (#195).
1314

1415
### Fixed
1516
- Bug with handling marker vs. locus identifiers when running `mhpl8r seq` (#190).

0 commit comments

Comments
 (0)