From a6baa17429e05e2db05aa95be0c764612a3179bf Mon Sep 17 00:00:00 2001
From: Georg Krause <mail@georg-krause.net>
Date: Fri, 1 Apr 2022 16:42:55 +0200
Subject: [PATCH] Version bump and fix supported versions

---
 pyproject.toml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 6e4bc10..87782fc 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "requests-http-message-signatures"
-version = "0.3.0-dev2"
+version = "0.3.0-dev3"
 description = "A request authentication plugin implementing IETF HTTP Message Signatures"
 readme = "README.md"
 homepage = "https://dev.funkwhale.audio/funkwhale/requests-http-message-signatures"
@@ -12,9 +12,6 @@ classifiers = [
 	'Operating System :: MacOS :: MacOS X',
 	'Operating System :: POSIX',
 	'Programming Language :: Python',
-	'Programming Language :: Python :: 2.7',
-	'Programming Language :: Python :: 3.3',
-	'Programming Language :: Python :: 3.4',
 	'Development Status :: 5 - Production/Stable',
 	'Topic :: Software Development :: Libraries :: Python Modules'
 ]
-- 
GitLab