File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11
11
fail-fast : false
12
12
matrix :
13
13
name : [ubuntu, windows, macos]
14
- python-version : ["3.9 ", "3.10 ", "3.11 "]
14
+ python-version : ["3.10 ", "3.11 ", "3.12 "]
15
15
16
16
include :
17
17
- name : ubuntu
24
24
os : macos-latest
25
25
26
26
steps :
27
- - uses : actions/checkout@v2
27
+ - uses : actions/checkout@v4
28
28
- name : Install Python ${{ matrix.python-version }}
29
29
uses : actions/setup-python@v4
30
30
with :
Original file line number Diff line number Diff line change 8
8
deploy :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v4
12
12
- name : Set up Python
13
- uses : actions/setup-python@v1
13
+ uses : actions/setup-python@v4
14
14
with :
15
15
python-version : ' 3.x'
16
16
- name : Install dependencies
Original file line number Diff line number Diff line change 6
6
# typhon - Tools for atmospheric research
7
7
8
8
## Installation
9
- Typhon requires Python version 3.6 or higher. The recommended way to get Python
10
- is through [ Anaconda ] . But of course, any other Python distribution is also
9
+ Typhon requires Python version 3.10 or higher. The recommended way to get Python
10
+ is through [ Miniforge3 ] . But of course, any other Python distribution is also
11
11
working.
12
12
13
13
### Stable release
@@ -53,5 +53,5 @@ A recent build of the documentation is accessible
53
53
Kindly note that bleeding edge features might not be covered.
54
54
55
55
[ Sphinx ] : http://www.sphinx-doc.org
56
- [ Anaconda ] : https://www.continuum.io/downloads
56
+ [ Miniforge3 ] : https://github.com/conda-forge/miniforge#miniforge
57
57
[ pytest ] : https://docs.pytest.org/
Original file line number Diff line number Diff line change 1
1
name : typhon
2
2
dependencies :
3
- - python>=3.9
3
+ - python>=3.10
4
4
- cartopy
5
5
- cython
6
6
- fsspec!=2023.12.0,!=2023.12.1,!=2024.3.1
Original file line number Diff line number Diff line change 71
71
"Intended Audience :: Science/Research" ,
72
72
"Topic :: Scientific/Engineering :: Atmospheric Science" ,
73
73
"License :: OSI Approved :: MIT License" ,
74
- "Programming Language :: Python :: 3.9" ,
75
74
"Programming Language :: Python :: 3.10" ,
76
75
"Programming Language :: Python :: 3.11" ,
76
+ "Programming Language :: Python :: 3.12" ,
77
77
],
78
- python_requires = "~=3.9 " ,
78
+ python_requires = "~=3.10 " ,
79
79
include_package_data = True ,
80
80
install_requires = [
81
81
"docutils" ,
You can’t perform that action at this time.
0 commit comments