Skip to content

Commit 2dbeb10

Browse files
authored
Merge pull request #244 from KamilSJaron/test-cibuildwheel
Test Python 3.13 and 3.14
2 parents e6b1971 + f45d5b8 commit 2dbeb10

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, macos-latest]
17-
python-version: ["3.9", "3.10", "3.11", "3.12"]
17+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13","3.14"]
1818

1919
steps:
2020
- uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Smudgeplot
22

3-
<font size ="4">**_Version: 0.5.3b Skylight_**</font>
3+
<font size ="4">**_Version: 0.5.3 Skylight_**</font>
44

55
<font size ="4">**_Authors: Sam Ebdon, [Gene W Myers](https://github.com/thegenemyers) and [Kamil S. Jaron](https://github.com/KamilSJaron), Tianyi Ma._**</font>
66

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "smudgeplot"
7-
version = "0.5.3b"
7+
version = "0.5.3"
88
description = "Inference of ploidy and heterozygosity structure using whole genome sequencing data"
99
readme = "README.md"
1010
license = "Apache-2.0"
@@ -38,6 +38,8 @@ classifiers = [
3838
"Programming Language :: Python :: 3.10",
3939
"Programming Language :: Python :: 3.11",
4040
"Programming Language :: Python :: 3.12",
41+
"Programming Language :: Python :: 3.13",
42+
"Programming Language :: Python :: 3.14",
4143
"Operating System :: POSIX :: Linux",
4244
"Operating System :: MacOS",
4345
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)