summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorlowercase00 <21188280+lowercase00@users.noreply.github.com>2023-01-29 23:02:06 -0300
committerGitHub <noreply@github.com>2023-01-30 09:02:06 +0700
commit398d5784db27ee7bc97fd2eb98aa5eb7d473d071 (patch)
tree4a7597d4cb0d6f5c8402d8ad3ad6ae525c83b116 /setup.py
parent4bd0f12ec9906eb7a59860afb23e65482e4e7e88 (diff)
downloadrq-398d5784db27ee7bc97fd2eb98aa5eb7d473d071.tar.gz
Removes Python 3.5 from the classifiers (#1776)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 19907a5..bc6d4b1 100644
--- a/setup.py
+++ b/setup.py
@@ -72,7 +72,6 @@ setup(
'Operating System :: Unix',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',