From e2ad4b9d1de27c51d600c3831f3aa1b35096d8a7 Mon Sep 17 00:00:00 2001 From: Mark Harfouche Date: Mon, 27 Nov 2023 15:16:44 -0500 Subject: [PATCH] Fix typo in pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1ec2a9d0..2ca313da 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,4 +4,4 @@ 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.rst. -3. The pull request should work for Python 3.9, 3.10 and 3.1. +3. The pull request should work for Python 3.9, 3.10 and 3.11.