Skip to content

Commit 1ed44fa

Browse files
committed
Updated to py313
1 parent d08455a commit 1ed44fa

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
include:
27-
- os: ubuntu-latest
28-
python: "3.10"
2927
- os: ubuntu-latest
3028
python: "3.11"
3129
- os: ubuntu-latest
3230
python: "3.12"
31+
- os: ubuntu-latest
32+
python: "3.13"
3333

3434
name: ${{ matrix.os }} Python ${{ matrix.python }}
3535

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,14 @@ to several million cells on workstations with 128 GB of RAM
1313
and enable more GPU-accelerated
1414
functions.
1515

16+
## Version 0.6
17+
18+
### 0.6.0
19+
1620
## Version 0.5
1721

22+
### 0.5.3
23+
1824
### 0.5.2
1925

2026
#### Fixed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name = "popV"
1313
version = "0.6.0"
1414
description = "Consensus prediction of cell type labels with popV"
1515
readme = "README.md"
16-
requires-python = ">=3.10"
16+
requires-python = ">=3.11"
1717
license = {file = "LICENSE"}
1818
authors = [
1919
{name = "Can Ergen"},
@@ -28,9 +28,9 @@ classifiers = [
2828
"Development Status :: 4 - Beta",
2929
"Intended Audience :: Science/Research",
3030
"Natural Language :: English",
31-
"Programming Language :: Python :: 3.10",
3231
"Programming Language :: Python :: 3.11",
3332
"Programming Language :: Python :: 3.12",
33+
"Programming Language :: Python :: 3.13",
3434
"Operating System :: MacOS :: MacOS X",
3535
"Operating System :: Microsoft :: Windows",
3636
"Operating System :: POSIX :: Linux",

0 commit comments

Comments
 (0)