andreped commited on
Commit
11eab40
1 Parent(s): e5c0092

Python >= 3.8; deprecated Python 3.7

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. setup.py +1 -2
README.md CHANGED
@@ -35,7 +35,7 @@ An online version of the tool has been made openly available at Hugging Face spa
35
 
36
  ## [Installation](https://github.com/VemundFredriksen/LungTumorMask#installation)
37
 
38
- Software has been tested against Python `3.7-3.10`.
39
 
40
  Stable latest release:
41
  ```
 
35
 
36
  ## [Installation](https://github.com/VemundFredriksen/LungTumorMask#installation)
37
 
38
+ Software has been tested against Python `3.8-3.10`.
39
 
40
  Stable latest release:
41
  ```
setup.py CHANGED
@@ -7,7 +7,7 @@ setup(
7
  author="Svein Ole M Sevle, Vemund Fredriksen, and André Pedersen",
8
  url="https://github.com/VemundFredriksen/LungTumorMask",
9
  license="MIT",
10
- python_requires='>=3.7',
11
  install_requires=[
12
  'numpy<=1.23.2',
13
  'monai<=0.8.1',
@@ -22,7 +22,6 @@ setup(
22
  ]
23
  },
24
  classifiers=[
25
- "Programming Language :: Python :: 3.7",
26
  "Programming Language :: Python :: 3.8",
27
  "Programming Language :: Python :: 3.9",
28
  "Programming Language :: Python :: 3.10",
 
7
  author="Svein Ole M Sevle, Vemund Fredriksen, and André Pedersen",
8
  url="https://github.com/VemundFredriksen/LungTumorMask",
9
  license="MIT",
10
+ python_requires='>=3.8',
11
  install_requires=[
12
  'numpy<=1.23.2',
13
  'monai<=0.8.1',
 
22
  ]
23
  },
24
  classifiers=[
 
25
  "Programming Language :: Python :: 3.8",
26
  "Programming Language :: Python :: 3.9",
27
  "Programming Language :: Python :: 3.10",