Skip to content

Commit f564a7c

Browse files
committed
Drop support for Python 2.7
1 parent 5293f54 commit f564a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
The setup package to install SeleniumBase dependencies and plugins.
3-
(Uses selenium 4.x and is compatible with Python 2.7+ and Python 3.6+)
3+
(Uses selenium 4.x and is compatible with Python 3.6+)
44
"""
55

66
from setuptools import setup, find_packages # noqa: F401

0 commit comments

Comments
 (0)