File tree 3 files changed +3
-30
lines changed
3 files changed +3
-30
lines changed Original file line number Diff line number Diff line change 70
70
mamba-version : " *"
71
71
activate-environment : flox-tests
72
72
auto-update-conda : false
73
- python-version : 3.8
73
+ python-version : 3.9
74
74
use-only-tar-bz2 : true
75
75
76
76
- name : Install conda dependencies
Original file line number Diff line number Diff line change 25
25
fail-fast : false
26
26
matrix :
27
27
os : ["ubuntu-latest"]
28
- python-version : ["3.7", "3. 8", "3.9 "]
28
+ python-version : ["3.8", "3.10 "]
29
29
steps :
30
30
- uses : actions/checkout@v3
31
31
with :
74
74
env_vars : RUNNER_OS,PYTHON_VERSION
75
75
name : codecov-umbrella
76
76
fail_ci_if_error : false
77
-
78
- # docs-build:
79
- # name: Documentation build
80
- # runs-on: ubuntu-latest
81
- # steps:
82
- # - name: Checkout
83
- # uses: actions/checkout@v3
84
- # - name: set up Python 3.8
85
- # uses: actions/setup-python@v2
86
- # with:
87
- # python-version: 3.8
88
-
89
- # - name: Install package
90
- # run: |
91
- # python -m pip install --upgrade pip
92
- # python -m pip install -e .
93
-
94
- # - name: Install documentation dependencies
95
- # run: |
96
- # python -m pip install -r docs/requirements-docs.txt
97
-
98
- # - name: Build docs
99
- # run: |
100
- # cd docs
101
- # make html
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.7
19
18
Programming Language :: Python :: 3.8
20
19
Programming Language :: Python :: 3.9
21
20
Programming Language :: Python :: 3.10
@@ -25,12 +24,11 @@ classifiers =
25
24
packages = find:
26
25
zip_safe = False # https://mypy.readthedocs.io/en/latest/installed_packages.html
27
26
include_package_data = True
28
- python_requires = >=3.7
27
+ python_requires = >=3.8
29
28
install_requires =
30
29
pandas
31
30
numpy_groupies >= ' 0.9.15'
32
31
toolz
33
- importlib-metadata; python_version < '3.8'
34
32
35
33
[options.extras_require]
36
34
all =
You can’t perform that action at this time.
0 commit comments