Skip to content

Commit 5e91bf0

Browse files
committed
Chore: Drop support for Python 3.8
Python 3.8 was EoL @ 2024-10-07, our 6 month promise for support will end @ 2024-04-07. Changes: * Removed all 3.8 references, updated basline refs to 3.9 * Updated python syntax with pyupgrade * Added isort rule to force future annotations import * Added ruff rule that enforces the use of future syntax
1 parent 27d5d93 commit 5e91bf0

File tree

577 files changed

+3967
-6094
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

577 files changed

+3967
-6094
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body:
1818
Please describe any aspect of your environment relevant to the problem, including your Python version, [platform](https://docs.python.org/3/library/platform.html), version numbers of installed dependencies, information about your cloud hosting provider, etc. If you're reporting a problem with a specific version of a library in this repo, please check whether the problem has been fixed on main.
1919
value: |
2020
OS: (e.g, Ubuntu)
21-
Python version: (e.g., Python 3.8.10)
21+
Python version: (e.g., Python 3.9.10)
2222
Package version: (e.g., 0.46.0)
2323
2424
- type: textarea

0 commit comments

Comments
 (0)