File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -13,8 +13,14 @@ to several million cells on workstations with 128 GB of RAM
1313and enable more GPU-accelerated
1414functions.
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
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ name = "popV"
1313version = " 0.6.0"
1414description = " Consensus prediction of cell type labels with popV"
1515readme = " README.md"
16- requires-python = " >=3.10 "
16+ requires-python = " >=3.11 "
1717license = {file = " LICENSE" }
1818authors = [
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" ,
You can’t perform that action at this time.
0 commit comments