File tree 2 files changed +10
-9
lines changed
2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -23,19 +23,19 @@ jobs:
23
23
uses : actions/cache@v2
24
24
with :
25
25
path : ~/conda_pkgs_dir
26
- key : ubuntu-latest-3.9
26
+ key : ubuntu-latest-3.8
27
27
- uses : conda-incubator/setup-miniconda@v2
28
28
with :
29
29
channels : default, conda-forge
30
30
channel-priority : strict
31
31
mamba-version : " *"
32
- activate-environment : ubuntu-latest-3.9
32
+ activate-environment : ubuntu-latest-3.8
33
33
auto-update-conda : false
34
- python-version : 3.9
34
+ python-version : 3.8
35
35
use-only-tar-bz2 : true
36
36
- name : Install dependencies
37
37
run : |
38
- make conda-env-update CONDA=mamba ENVIRONMENT=ubuntu-latest-3.9
38
+ make conda-env-update CONDA=mamba ENVIRONMENT=ubuntu-latest-3.8
39
39
- name : Install package
40
40
run : |
41
41
python -m pip install --no-deps -e .
@@ -57,19 +57,19 @@ jobs:
57
57
uses : actions/cache@v2
58
58
with :
59
59
path : ~/conda_pkgs_dir
60
- key : ubuntu-latest-3.9
60
+ key : ubuntu-latest-3.8
61
61
- uses : conda-incubator/setup-miniconda@v2
62
62
with :
63
63
channels : default, conda-forge
64
64
channel-priority : strict
65
65
mamba-version : " *"
66
- activate-environment : ubuntu-latest-3.9
66
+ activate-environment : ubuntu-latest-3.8
67
67
auto-update-conda : false
68
- python-version : 3.9
68
+ python-version : 3.8
69
69
use-only-tar-bz2 : true
70
70
- name : Install dependencies
71
71
run : |
72
- make conda-env-update CONDA=mamba ENVIRONMENT=ubuntu-latest-3.9
72
+ make conda-env-update CONDA=mamba ENVIRONMENT=ubuntu-latest-3.8
73
73
- name : Install package
74
74
run : |
75
75
python -m pip install --no-deps -e .
Original file line number Diff line number Diff line change @@ -11,14 +11,15 @@ classifiers =
11
11
Operating System :: OS Independent
12
12
Programming Language :: Python
13
13
Programming Language :: Python :: 3
14
+ Programming Language :: Python :: 3.8
14
15
Programming Language :: Python :: 3.9
15
16
Topic :: Scientific/Engineering
16
17
long_description_content_type =text/markdown
17
18
long_description = file: README.md
18
19
19
20
[options]
20
21
packages = find:
21
- python_requires = >=3.9
22
+ python_requires = >=3.8
22
23
install_requires =
23
24
attrs
24
25
click
You can’t perform that action at this time.
0 commit comments