File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 68
68
strategy :
69
69
fail-fast : true
70
70
matrix :
71
- python-version : ["3.7 ", "3.10"]
71
+ python-version : ["3.8 ", "3.10"]
72
72
fast-compile : [0]
73
73
float32 : [0]
74
74
part :
@@ -151,7 +151,7 @@ jobs:
151
151
- name : Set up Python
152
152
uses : actions/setup-python@v4
153
153
with :
154
- python-version : 3.7
154
+ python-version : 3.8
155
155
156
156
- name : Install dependencies
157
157
run : |
Original file line number Diff line number Diff line change 14
14
15
15
conda : # Set up a conda environment for development.
16
16
@printf " Creating conda environment...\n"
17
- ${CONDA} create --yes --name ${PROJECT_NAME} -env python=3.7
17
+ ${CONDA} create --yes --name ${PROJECT_NAME} -env python=3.8
18
18
( \
19
19
${CONDA} activate ${PROJECT_NAME} -env; \
20
20
${PIP} install -U pip; \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name: aehmc-dev
7
7
channels :
8
8
- conda-forge
9
9
dependencies :
10
- - python
10
+ - python>=3.8
11
11
- compilers
12
12
- numpy>=1.18.1
13
13
- scipy>=1.4.0
Original file line number Diff line number Diff line change 24
24
long_description = open ("README.md" ).read () if exists ("README.md" ) else "" ,
25
25
long_description_content_type = "text/markdown" ,
26
26
zip_safe = False ,
27
- python_requires = ">=3.7 " ,
27
+ python_requires = ">=3.8 " ,
28
28
classifiers = [
29
29
"Development Status :: 4 - Beta" ,
30
30
"Intended Audience :: Science/Research" ,
33
33
"Operating System :: OS Independent" ,
34
34
"Programming Language :: Python" ,
35
35
"Programming Language :: Python :: 3" ,
36
- "Programming Language :: Python :: 3.7" ,
37
36
"Programming Language :: Python :: 3.8" ,
38
37
"Programming Language :: Python :: 3.9" ,
38
+ "Programming Language :: Python :: 3.10" ,
39
39
"Programming Language :: Python :: Implementation :: CPython" ,
40
40
"Programming Language :: Python :: Implementation :: PyPy" ,
41
41
],
You can’t perform that action at this time.
0 commit comments