File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 25
25
fail-fast : false
26
26
matrix :
27
27
os : ["ubuntu-latest", "windows-latest"]
28
- python-version : ["3.8 ", "3.10"]
28
+ python-version : ["3.9 ", "3.10"]
29
29
steps :
30
30
- uses : actions/checkout@v3
31
31
with :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ fallback_version = "999"
12
12
13
13
[tool .black ]
14
14
line-length = 100
15
- target-version = [" py38 " ]
15
+ target-version = [" py39 " ]
16
16
17
17
[tool .isort ]
18
18
profile = " black"
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ classifiers =
15
15
Intended Audience :: Science/Research
16
16
Programming Language :: Python
17
17
Programming Language :: Python :: 3
18
- Programming Language :: Python :: 3.8
19
18
Programming Language :: Python :: 3.9
20
19
Programming Language :: Python :: 3.10
21
20
Topic :: Scientific/Engineering
@@ -24,7 +23,7 @@ classifiers =
24
23
packages = find:
25
24
zip_safe = False # https://mypy.readthedocs.io/en/latest/installed_packages.html
26
25
include_package_data = True
27
- python_requires = >=3.8
26
+ python_requires = >=3.9
28
27
install_requires =
29
28
pandas
30
29
numpy >= ' 1.20'
You can’t perform that action at this time.
0 commit comments