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

NumPy compatibility fixes (API elements deprecated in 1.25) + Python 3.12 compatibility fixes (setuptools, etc) + upper Python version bump for CI to 3.12 #1402

Merged
merged 23 commits into from
Nov 11, 2024

Conversation

slayoo
Copy link
Member

@slayoo slayoo commented Oct 10, 2024

No description provided.

Copy link

codecov bot commented Oct 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.75%. Comparing base (d00d17c) to head (bb83939).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1402   +/-   ##
=======================================
  Coverage   84.75%   84.75%           
=======================================
  Files         375      375           
  Lines        9249     9249           
=======================================
  Hits         7839     7839           
  Misses       1410     1410           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@slayoo
Copy link
Member Author

slayoo commented Oct 31, 2024

seem to be related with #1200 where version constraints on setuptools were introduced to PySDM

@slayoo slayoo changed the title bump upper Python version for CI to 3.12 bump upper Python version for CI to 3.12 + compatibility fixes/workarounds Nov 1, 2024
@slayoo slayoo changed the title bump upper Python version for CI to 3.12 + compatibility fixes/workarounds NumPy compatibility fixes (API elements deprecated in 1.26) + bump upper Python version for CI to 3.12 Nov 11, 2024
@slayoo slayoo changed the title NumPy compatibility fixes (API elements deprecated in 1.26) + bump upper Python version for CI to 3.12 NumPy compatibility fixes (API elements deprecated in 1.25) + Python 3.12 compatibility fixes (setuptools, etc) + upper Python version bump for CI to 3.12 Nov 11, 2024
@slayoo slayoo merged commit f192545 into open-atmos:main Nov 11, 2024
150 checks passed
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.

Development install not compatible with Python 3.12 sort out compatibility issues with newer setuptools
1 participant