File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ${{ matrix.os }}
13
13
strategy :
14
14
matrix :
15
- python : [3.9 , 3.12 ]
15
+ python : ["3.10" , 3.13 ]
16
16
os : [macos-latest, ubuntu-24.04, windows-latest]
17
17
sys : [mingw64, ucrt64]
18
18
env : [x86_64, ucrt-x86_64]
Original file line number Diff line number Diff line change 2
2
UPCOMING - [1.1.1]
3
3
******************
4
4
5
+ - Drop Python 3.9 support, require Python >= 3.10 (:pr: `397 `, :user: `benjeffery `)
6
+
5
7
6
8
********************
7
9
[1.1.0] - 2025-08-16
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ classifiers = [
21
21
" Operating System :: Microsoft :: Windows" ,
22
22
" Programming Language :: Python" ,
23
23
" Programming Language :: Python :: 3" ,
24
- " Programming Language :: Python :: 3.9" ,
25
24
" Programming Language :: Python :: 3.10" ,
26
25
" Programming Language :: Python :: 3.11" ,
27
26
" Programming Language :: Python :: 3.12" ,
27
+ " Programming Language :: Python :: 3.13" ,
28
28
" Topic :: Scientific/Engineering" ,
29
29
" Topic :: Scientific/Engineering :: Bio-Informatics" ,
30
30
]
31
31
keywords = [" tree sequences" , " tskit" ]
32
- requires-python = " >=3.9 "
32
+ requires-python = " >=3.10 "
33
33
dependencies = [
34
34
" msprime>=1.0.1" ,
35
35
" tskit" ,
You can’t perform that action at this time.
0 commit comments