checkov icon indicating copy to clipboard operation
checkov copied to clipboard

chore(general): remove python 3.8 in CI and add Python 3.13

Open harryzcy opened this issue 1 year ago • 0 comments

User description

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Description

  • Drop Python 3.8 in CI as it's out of support and removed in docs in https://github.com/bridgecrewio/checkov/pull/6812.
  • Add Python 3.13 to CI, following https://github.com/bridgecrewio/checkov/pull/6962

Checklist:

  • [x] I have performed a self-review of my own code
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [x] I have made corresponding changes to the documentation
  • [x] I have added tests that prove my feature, policy, or fix is effective and works
  • [x] New and existing tests pass locally with my changes

Generated description

Below is a concise technical summary of the changes proposed in this PR:

Updates Python version support across the project. Removes Python 3.8 from CI workflows and documentation, adds Python 3.13 to supported versions, and updates deprecated Lambda runtimes. Modifies various configuration files to reflect these changes, including GitHub Actions workflows, setup.py, and Pipfile.

TopicDetails
Runtime Updates Updates deprecated Lambda runtimes and App Service Python versions
Modified files (2)
  • checkov/arm/checks/resource/AppServicePythonVersion.py
  • checkov/terraform/checks/resource/aws/DeprecatedLambdaRuntime.py
Latest Contributors(2)
UserCommitDate
RachelBorzifeat-arm-AppServicePyt...June 01, 2024
tsmithv11docs-general-Remove-Py...April 25, 2024
Python Version Update Updates Python version support across the project, removing 3.8 and adding 3.13
Modified files (8)
  • .github/workflows/pr-test.yml
  • .github/workflows/coverage.yaml
  • .github/workflows/pipenv-update.yml
  • docs/4.Integrations/GitHub Actions.md
  • setup.py
  • Pipfile
  • .github/workflows/build.yml
  • .github/workflows/nightly.yml
Latest Contributors(2)
UserCommitDate
tjwaldfeat-general-initial-s...January 23, 2025
tsmithv11chore-general-Add-a-jo...January 22, 2025
This pull request is reviewed by Baz. Join @harryzcy and the rest of your team on (Baz).

harryzcy avatar Feb 09 '25 09:02 harryzcy