From 01fce6236a328a5b5dbc47114affeb29d9aea4b8 Mon Sep 17 00:00:00 2001 From: Jesus Gazol Condon Date: Mon, 17 Jul 2023 09:39:57 +0200 Subject: [PATCH] Update python versions supported --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f309f06..c597112 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -95,7 +95,7 @@ Before you submit a pull request, check that it meets these guidelines: 2. If the pull request adds functionality, the docs should be updated. Put your new functionality into a function with a docstring, and add the feature to the list in README.md. -3. The pull request should work for Python 3.8, 3.9 and 3.10 Check +3. The pull request should work for Python 3.9, 3.10 ans 3.11 Check https://github.com/bkkas/elhub-python-sdk/actions and make sure that the tests pass for all supported Python versions.