Skip to content
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

Expand all our workflows to run on Python version 3.12 Issue #579 #591

Merged
merged 3 commits into from
Dec 27, 2024

Conversation

l-prr
Copy link
Member

@l-prr l-prr commented Dec 23, 2024

Update Python version support and dependencies across workflows and requirements files

  • Updated Python version matrix in GitHub Actions workflows to include Python 3.12.
  • Upgraded pandas, ortools, pyomo, and other dependencies in requirements files to their latest compatible versions.
  • Adjusted Python version requirement in setup.py files to require at least Python 3.9.

#579

l-prr and others added 3 commits December 23, 2024 12:57
…equirements files

- Updated Python version matrix in GitHub Actions workflows to include Python 3.12.
- Upgraded pandas, ortools, pyomo, and other dependencies in requirements files to their latest compatible versions.
- Adjusted Python version requirement in setup.py files to require at least Python 3.9.
…ub Actions workflows

- Changed Python version from 3.8 to 3.9 in build and publish workflows.
- Updated Airflow version from 2.7.1 to 2.9.1 in test workflows for improved compatibility and features.
Copy link

codecov bot commented Dec 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.38%. Comparing base (161e0d4) to head (5fa3803).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@            Coverage Diff            @@
##           develop     #591    +/-   ##
=========================================
  Coverage    75.38%   75.38%            
=========================================
  Files          258      258            
  Lines        14485    14485            
  Branches      2003     1396   -607     
=========================================
  Hits         10919    10919            
  Misses        3112     3112            
  Partials       454      454            
Flag Coverage Δ
client-tests 78.13% <ø> (ø)
dags-tests 77.82% <ø> (ø)
server-tests 77.89% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
server 77.89% <ø> (ø)
client 78.13% <ø> (ø)
dags 77.82% <ø> (ø)

@l-prr l-prr marked this pull request as ready for review December 23, 2024 12:26
@l-prr l-prr linked an issue Dec 23, 2024 that may be closed by this pull request
@ggsdc ggsdc merged commit f879460 into develop Dec 27, 2024
35 checks passed
@ggsdc ggsdc deleted the feature/python312_compatibility branch December 27, 2024 13:24
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.

Expand all our workflows to run on Python version 3.12
2 participants