File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 3333 env :
3434 CIBW_TEST_COMMAND : " python -VV && python -m unittest discover -f -s {project}/tests/test_unit/"
3535 CIBW_TEST_EXTRAS : " full"
36- CIBW_SKIP : " pp* cp27-* cp33-* cp34-* cp35-* cp36-* cp37-* *-win32 *-musllinux_* *-manylinux_i686"
36+ CIBW_SKIP : " pp* cp27-* cp33-* cp34-* cp35-* cp36-* cp37-* cp38-* *-win32 *-musllinux_* *-manylinux_i686"
3737 CIBW_ARCHS_MACOS : x86_64 arm64 universal2
3838 CIBW_ARCHS_LINUX : auto aarch64
3939
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ lines_between_types=1
1313exclude = [" stubs" ]
1414
1515[tool .mypy ]
16- python_version = 3.8
16+ python_version = 3.10
1717warn_unused_configs = true
1818warn_redundant_casts = true
1919warn_unused_ignores = true
Original file line number Diff line number Diff line change 1717LICENSE = "MIT"
1818LICENSE_TROVE = "License :: OSI Approved :: MIT License"
1919NAME = "clevercsv"
20- REQUIRES_PYTHON = ">=3.8 .0"
20+ REQUIRES_PYTHON = ">=3.9 .0"
2121URL = "https://github.com/alan-turing-institute/CleverCSV"
2222VERSION = None
2323
@@ -135,7 +135,12 @@ def run(self):
135135 LICENSE_TROVE ,
136136 "Programming Language :: Python" ,
137137 "Programming Language :: Python :: 3" ,
138- "Programming Language :: Python :: 3.6" ,
138+ "Programming Language :: Python :: 3.9" ,
139+ "Programming Language :: Python :: 3.10" ,
140+ "Programming Language :: Python :: 3.11" ,
141+ "Programming Language :: Python :: 3.12" ,
142+ "Programming Language :: Python :: 3.13" ,
143+ "Programming Language :: Python :: 3.14" ,
139144 "Programming Language :: Python :: Implementation :: CPython" ,
140145 "Programming Language :: Python :: Implementation :: PyPy" ,
141146 ],
You can’t perform that action at this time.
0 commit comments