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 @@ -22,7 +22,7 @@ dependencies = [
22
22
" pyranges!=0.1.3" ,
23
23
" pyparsing>=3"
24
24
]
25
- requires-python = " >=3.9 "
25
+ requires-python = " >=3.10 "
26
26
classifiers = [
27
27
" Development Status :: 4 - Beta" ,
28
28
" License :: OSI Approved :: Apache Software License" ,
@@ -33,7 +33,6 @@ classifiers = [
33
33
" Intended Audience :: Science/Research" ,
34
34
" Programming Language :: Python" ,
35
35
" Programming Language :: Python :: 3" ,
36
- " Programming Language :: Python :: 3.9" ,
37
36
" Programming Language :: Python :: 3.10" ,
38
37
" Programming Language :: Python :: 3.11" ,
39
38
" Programming Language :: Python :: 3.12" ,
@@ -66,8 +65,8 @@ addopts = "--cov=vcztools --cov-report=term-missing"
66
65
write_to = " vcztools/_version.py"
67
66
68
67
[tool .ruff ]
69
- # Assume Python 3.9
70
- target-version = " py39 "
68
+ # Assume Python 3.10
69
+ target-version = " py310 "
71
70
72
71
# Same as Black.
73
72
line-length = 88
You can’t perform that action at this time.
0 commit comments