Skip to content

Commit d58647d

Browse files
Addresses PR Comments
1 parent aa278f1 commit d58647d

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

decrypt_oracle/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def get_requirements():
4545
"Natural Language :: English",
4646
"License :: OSI Approved :: Apache Software License",
4747
"Programming Language :: Python",
48-
"Programming Language :: Python :: 3.7",
4948
"Programming Language :: Python :: 3.8",
5049
"Programming Language :: Python :: 3.9",
5150
"Programming Language :: Python :: Implementation :: CPython",

test_vector_handlers/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Getting Started
1212
Required Prerequisites
1313
======================
1414

15-
* Python 3.7+
15+
* Python 3.8+
1616
* aws-encryption-sdk
1717

1818
Use

test_vector_handlers/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ def get_requirements():
4646
"License :: OSI Approved :: Apache Software License",
4747
"Programming Language :: Python",
4848
"Programming Language :: Python :: 3",
49-
"Programming Language :: Python :: 3.7",
5049
"Programming Language :: Python :: 3.8",
5150
"Programming Language :: Python :: 3.9",
5251
"Programming Language :: Python :: Implementation :: CPython",

0 commit comments

Comments
 (0)