Skip to content

Commit 4f57fa3

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. This PR removes all unnecessary references and modifies the baseline references to 3.9. Outdated python syntax was updated with pyupgrade.
1 parent 27d5d93 commit 4f57fa3

File tree

199 files changed

+3176
-5853
lines changed

Some content is hidden

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

199 files changed

+3176
-5853
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)