Skip to content

Commit 8bf5feb

Browse files
committed
- python 3.8 -> 3.11
1 parent 785a2aa commit 8bf5feb

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8
1+
FROM python:3.11
22

33
RUN apt-get update && apt-get upgrade -y
44
RUN apt-get install -y less vim

Dockerfile.splash_pad

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8
1+
FROM python:3.11
22

33
RUN apt-get update && apt-get upgrade -y && apt-get install -y systemctl rsync vim less
44

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
setup(
44
name='NEMO',
5-
version='4.7.1',
6-
python_requires='>=3.8, <4',
5+
version='5.0.0',
6+
python_requires='>=3.11, <4',
77
packages=find_namespace_packages(exclude=['NEMO.tests', 'NEMO.tests.*']),
88
include_package_data=True,
99
url='https://github.com/usnistgov/NEMO',
@@ -21,7 +21,7 @@
2121
'License :: Public Domain',
2222
'Natural Language :: English',
2323
'Operating System :: OS Independent',
24-
'Programming Language :: Python :: 3.10',
24+
'Programming Language :: Python :: 3.11',
2525
],
2626
install_requires=[
2727
'cryptography==41.0.4',

0 commit comments

Comments
 (0)