Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a164d37

Browse files
authoredMay 27, 2025··
Chore: Drop support for Python 3.8 (#3399)
Python 3.8 was EoL @ 2024-10-07, our 6 month promise for support ended on 2024-04-07. Changes: * Updated basline refs to 3.9 * Removed 3.8 sys.version_info checks * Fixed botocore test failure * Applied ruff formatting
1 parent e2ba6d4 commit a164d37

File tree

101 files changed

+2951
-6732
lines changed

Some content is hidden

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

101 files changed

+2951
-6732
lines changed
 

‎.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.