8000 Remove/Change Python 3.8 References by endiz · Pull Request #3155 · mitre/caldera · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Remove/Change Python 3.8 References #3155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Mar 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
fail-fast: false
matrix:
include:
- python-version: 3.8
toxenv: safety
- python-version: 3.9
toxenv: safety
- python-version: 3.10.9
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ repos:
- id: bandit
entry: bandit -ll --exclude=tests/ --skip=B303
additional_dependencies:
- importlib-metadata<5; python_version < '3.8'
- importlib-metadata<5; python_version < '3.9'
2 changes: 1 addition & 1 deletion conf/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ requirements:
attr: version
module: sys
type: python_module
version: 3.8.0
version: 3.9.0
users:
blue:
blue: admin
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sonar.sources=./app
# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8

sonar.python.version=3.8,3.9,3.10,3.11
sonar.python.version=3.9,3.10,3.11
sonar.python.coverage.reportPaths=coverage.xml

# Make an exception to Link's constructor, since it requires a refactor to pass
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[tox]
skipsdist = True
envlist =
py{38,39,310,311,312}
py{39,310,311,312}
style
coverage
safety
Expand Down
0