Commit 210e612 1 parent 8cc87d2 commit 210e612 Copy full SHA for 210e612
File tree 2 files changed +6
-8
lines changed
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
26
26
steps :
27
27
- uses : actions/checkout@v2
28
28
29
- - name : Set up Python 3.10
29
+ - name : Set up Python 3.11
30
30
uses : actions/setup-python@v2
31
31
with :
32
- python-version : ' 3.10 '
32
+ python-version : ' 3.11 '
33
33
34
34
- name : Install dependencies
35
35
run : |
43
43
fail-fast : false
44
44
matrix :
45
45
os : [ubuntu-latest, windows-latest, macos-latest]
46
- # python-version: [3.6, 3.7, 3.8, 3.9]
47
- python-version : ['3.8', '3.9', '3.10', '3.11']
46
+ python-version : ['3.9', '3.10', '3.11', '3.12']
48
47
49
48
steps :
50
49
- uses : actions/checkout@v2
72
71
python -m build
73
72
74
73
- uses : actions/upload-artifact@v2
75
- if : matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10 '
74
+ if : matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11 '
76
75
with :
77
76
path : dist
78
77
Original file line number Diff line number Diff line change @@ -27,11 +27,10 @@ classifiers =
27
27
Programming Language :: Python
28
28
Programming Language :: Python :: 3
29
29
Programming Language :: Python :: 3 :: Only
30
- Programming Language :: Python :: 3.7
31
- Programming Language :: Python :: 3.8
32
30
Programming Language :: Python :: 3.9
33
31
Programming Language :: Python :: 3.10
34
32
Programming Language :: Python :: 3.11
33
+ Programming Language :: Python :: 3.12
35
34
Topic :: Scientific/Engineering
36
35
Topic :: Scientific/Engineering :: Atmospheric Science
37
36
Topic :: Scientific/Engineering :: Hydrology
@@ -54,7 +53,7 @@ install_requires =
54
53
scipy
55
54
pandas
56
55
pyjams
57
- python_requires = >=3.7
56
+ python_requires = >=3.9
58
57
zip_safe = False
59
58
60
59
[options.packages.find]
You can’t perform that action at this time.
0 commit comments