File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 12
12
- name : Set up Python
13
13
uses : actions/setup-python@v2
14
14
with :
15
- python-version : ' 3.7 '
15
+ python-version : ' 3.8 '
16
16
- name : Install dependencies
17
17
run : |
18
18
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 38
38
- name : Set up Python ${{ matrix.python-version }}
39
39
uses : actions/setup-python@v2
40
40
with :
41
- python-version : 3.7
41
+ python-version : 3.8
42
42
- name : Install dependencies
43
43
run : |
44
44
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Segmentation based on [PyTorch](https://pytorch.org/).**
12
12
[ ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/segmentation-models-pytorch?style=for-the-badge&color=blue )] ( https://pepy.tech/project/segmentation-models-pytorch )
13
13
<br >
14
14
[ ![ PyTorch - Version] ( https://img.shields.io/badge/PYTORCH-1.4+-red?style=for-the-badge&logo=pytorch )] ( https://pepy.tech/project/segmentation-models-pytorch )
15
- [ ![ Python - Version] ( https://img.shields.io/badge/PYTHON-3.7 +-red?style=for-the-badge&logo=python&logoColor=white )] ( https://pepy.tech/project/segmentation-models-pytorch )
15
+ [ ![ Python - Version] ( https://img.shields.io/badge/PYTHON-3.8 +-red?style=for-the-badge&logo=python&logoColor=white )] ( https://pepy.tech/project/segmentation-models-pytorch )
16
16
17
17
</div >
18
18
Original file line number Diff line number Diff line change @@ -118,6 +118,11 @@ def run(self):
118
118
"License :: OSI Approved :: MIT License" ,
119
119
"Programming Language :: Python" ,
120
120
"Programming Language :: Python :: 3" ,
121
+ "Programming Language :: Python :: 3.8" ,
122
+ "Programming Language :: Python :: 3.9" ,
123
+ "Programming Language :: Python :: 3.10" ,
124
+ "Programming Language :: Python :: 3.11" ,
125
+ "Programming Language :: Python :: 3.12" ,
121
126
"Programming Language :: Python :: Implementation :: CPython" ,
122
127
"Programming Language :: Python :: Implementation :: PyPy" ,
123
128
],
You can’t perform that action at this time.
0 commit comments