File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 27
27
# Use macos-13 because pip binary packages for ARM aren't
28
28
# available for many dependencies
29
29
os : [macos-13, macos-14, ubuntu-latest]
30
- python-version : ["3.9", "3. 10", "3.11", "3.12"]
30
+ python-version : ["3.10", "3.11", "3.12"]
31
31
exclude :
32
32
# Just run macos tests on one Python version
33
33
- os : macos-13
36
36
python-version : " 3.11"
37
37
- os : macos-13
38
38
python-version : " 3.12"
39
- - os : macos-14
40
- python-version : " 3.9"
41
39
- os : macos-14
42
40
python-version : " 3.10"
43
41
- os : macos-14
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies = [
17
17
" pyranges" ,
18
18
" pyparsing"
19
19
]
20
- requires-python = " >=3.9 "
20
+ requires-python = " >=3.10 "
21
21
classifiers = [
22
22
" Development Status :: 4 - Beta" ,
23
23
" License :: OSI Approved :: Apache Software License" ,
@@ -28,7 +28,6 @@ classifiers = [
28
28
" Intended Audience :: Science/Research" ,
29
29
" Programming Language :: Python" ,
30
30
" Programming Language :: Python :: 3" ,
31
- " Programming Language :: Python :: 3.9" ,
32
31
" Programming Language :: Python :: 3.10" ,
33
32
" Programming Language :: Python :: 3.11" ,
34
33
" Programming Language :: Python :: 3.12" ,
@@ -62,8 +61,8 @@ addopts = "--cov=vcztools --cov-report=term-missing"
62
61
write_to = " vcztools/_version.py"
63
62
64
63
[tool .ruff ]
65
- # Assume Python 3.9
66
- target-version = " py39 "
64
+ # Assume Python 3.10
65
+ target-version = " py310 "
67
66
68
67
# Same as Black.
69
68
line-length = 88
You can’t perform that action at this time.
0 commit comments