File tree Expand file tree Collapse file tree 6 files changed +9
-12
lines changed Expand file tree Collapse file tree 6 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 45
45
run : git fetch origin 'refs/tags/*:refs/tags/*'
46
46
47
47
- name : Setup Python
48
- uses : actions/setup-python@v2
48
+ uses : actions/setup-python@v4
49
49
with :
50
50
python-version : " 3.10"
51
51
Original file line number Diff line number Diff line change 25
25
persist-credentials : false
26
26
27
27
- name : Setup Python
28
- uses : actions/setup-python@v2
28
+ uses : actions/setup-python@v4
29
29
with :
30
30
python-version : " 3.10"
31
31
47
47
persist-credentials : false
48
48
49
49
- name : Setup Python
50
- uses : actions/setup-python@v2
50
+ uses : actions/setup-python@v4
51
51
with :
52
52
python-version : " 3.10"
53
53
Original file line number Diff line number Diff line change @@ -44,12 +44,12 @@ jobs:
44
44
- macos
45
45
- windows
46
46
python :
47
- - " 3.6 "
47
+ - " 3.7 "
48
48
- " 3.10"
49
49
cached :
50
50
- true
51
51
include :
52
- - python : " 3.6 "
52
+ - python : " 3.7 "
53
53
dependencies : oldest
54
54
- python : " 3.10"
55
55
dependencies : latest
91
91
run : git fetch origin 'refs/tags/*:refs/tags/*'
92
92
93
93
- name : Setup Python
94
- uses : actions/setup-python@v2
94
+ uses : actions/setup-python@v4
95
95
with :
96
96
python-version : ${{ matrix.python }}
97
97
Original file line number Diff line number Diff line change @@ -53,7 +53,5 @@ following releases to ensure compatibility:
53
53
* - **Python version **
54
54
- **Last compatible release **
55
55
* - 3.6
56
- - 1.0.0
57
- * - 3.7
58
- - 1.X.0 (planned for late 2022)
56
+ - 0.4.0
59
57
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ There are different ways to install Ensaio:
39
39
Which Python?
40
40
-------------
41
41
42
- You'll need **Python >= 3.6 ** (see :ref: `python-versions ` for information on
42
+ You'll need **Python >= 3.7 ** (see :ref: `python-versions ` for information on
43
43
Python version compatibility).
44
44
45
45
We recommend using the
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ classifiers =
23
23
Topic :: Scientific/Engineering
24
24
Topic :: Software Development :: Libraries
25
25
Programming Language :: Python :: 3 :: Only
26
- Programming Language :: Python :: 3.6
27
26
Programming Language :: Python :: 3.7
28
27
Programming Language :: Python :: 3.8
29
28
Programming Language :: Python :: 3.9
@@ -38,7 +37,7 @@ project_urls =
38
37
[options]
39
38
zip_safe = True
40
39
packages = find:
41
- python_requires = >=3.6
40
+ python_requires = >=3.7
42
41
install_requires =
43
42
pooch>=1.5.0,<2.0.0
44
43
You can’t perform that action at this time.
0 commit comments