Skip to content

BFD-4654: Python Code Cleanup and Upgrade Python to 3.14 - #3104

Merged
jonathan-cantu-icf merged 2 commits into
feature/BFD-4351_Python-CIfrom
feature/BFD-4654_Python_Code_Cleanup
Apr 23, 2026
Merged

BFD-4654: Python Code Cleanup and Upgrade Python to 3.14#3104
jonathan-cantu-icf merged 2 commits into
feature/BFD-4351_Python-CIfrom
feature/BFD-4654_Python_Code_Cleanup

Conversation

@jonathan-cantu-icf

@jonathan-cantu-icf jonathan-cantu-icf commented Apr 17, 2026

Copy link
Copy Markdown
Contributor

JIRA Ticket:
BFD-4654

What Does This PR Do?

  • Correct all Python code formatting issues found by prek.
  • Correct all typing issues found by Pyright.
  • Correct coding issues found by Prek, Pyright, Pytest.
  • Update projects on Python 3.13 to 3.14

What Should Reviewers Watch For?

If you're reviewing this PR, please check for these things in particular:

What Security Implications Does This PR Have?

Please indicate if this PR does any of the following:

  • Adds any new software dependencies

  • Modifies any security controls

  • Adds new transmission or storage of data

  • Any other changes that could possibly affect security?

  • I have considered the above security implications as it relates to this PR. (If one or more of the above apply, it cannot be merged without the ISSO or team security engineer's (@sb-benohe) approval.)

  • I have created tests to sufficiently ensure the reliability of my code, if applicable. If this is a modification to an existing piece of code, I have audited the associated tests to ensure everything works as expected.

Validation

Have you fully verified and tested these changes? Is the acceptance criteria met? Please provide reproducible testing instructions, code snippets, or screenshots as applicable.

@sb-benohe

Copy link
Copy Markdown
Collaborator

👍 approved for the use of python 3.14 EOL is not till 2030!

Comment thread pyproject.toml Outdated
name = "bfd-workspace"
version = "0.1.0"
requires-python="==3.13.*"
requires-python="==3.14.*"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3.14.3+?

@jonathan-cantu-icf
jonathan-cantu-icf merged commit 852094f into feature/BFD-4351_Python-CI Apr 23, 2026
11 checks passed
@jonathan-cantu-icf
jonathan-cantu-icf deleted the feature/BFD-4654_Python_Code_Cleanup branch April 23, 2026 22:01
@bfd-sast

bfd-sast Bot commented Apr 23, 2026

Copy link
Copy Markdown

Quality Gate passed Quality Gate passed for 'bfd-parent'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@jonathan-cantu-icf

Copy link
Copy Markdown
Contributor Author

Note that this work was merged into this branch to spare # of reviews. Mostly syntactical changes discovered by ruff with a few typing issues.
#3089

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants