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

Adding python 3.12 #31

Merged
merged 6 commits into from
Jul 24, 2024
Merged

Adding python 3.12 #31

merged 6 commits into from
Jul 24, 2024

Conversation

mraess
Copy link
Collaborator

@mraess mraess commented Jul 24, 2024

Short Summary

Adding Python 3.12 support

@mraess mraess self-assigned this Jul 24, 2024
Copy link

github-actions bot commented Jul 24, 2024

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

poetry.lock

PackageVersionLicenseIssue Type
ml-dtypes0.3.1NullUnknown License

Scanned Manifest Files

poetry.lock
  • bcrypt@4.2.0
  • cryptography@43.0.0
  • google-cloud-storage@2.18.0
  • grpcio@1.65.1
  • huggingface-hub@0.24.2
  • importlib-metadata@8.2.0
  • jax@0.4.17
  • lightning-utilities@0.11.6
  • mkdocs-material@9.5.30
  • ml-dtypes@0.3.1
  • mypy@1.11.0
  • pandas@2.1.0
  • plotly@5.23.0
  • setuptools@71.1.0
  • statsmodels@0.14.0
  • sympy@1.13.1
  • transformers@4.41.2
  • types-pyyaml@6.0.12.20240724
  • uvicorn@0.30.3
  • bcrypt@4.1.3
  • cryptography@42.0.8
  • google-cloud-storage@2.17.0
  • grpcio@1.64.1
  • huggingface-hub@0.23.5
  • importlib-metadata@8.0.0
  • lightning-utilities@0.11.5
  • mkdocs-material@9.5.29
  • mypy@1.10.1
  • plotly@5.22.0
  • setuptools@70.3.0
  • sympy@1.13.0
  • transformers@4.42.4
  • types-pyyaml@6.0.12.20240311
  • uvicorn@0.30.1

Copy link

codecov bot commented Jul 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.51%. Comparing base (5bdcf98) to head (38f1d35).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #31   +/-   ##
=======================================
  Coverage   91.51%   91.51%           
=======================================
  Files         115      115           
  Lines        9212     9213    +1     
=======================================
+ Hits         8430     8431    +1     
  Misses        782      782           
Files Coverage Δ
opsml/settings/config.py 94.44% <100.00%> (+0.10%) ⬆️

... and 2 files with indirect coverage changes

@mraess mraess requested a review from thorrester July 24, 2024 16:26
@mraess mraess changed the title MacOS unit test py 3.12 Adding python 3.12 Jul 24, 2024
@thorrester thorrester marked this pull request as ready for review July 24, 2024 16:27
thorrester
thorrester previously approved these changes Jul 24, 2024
@@ -36,7 +36,7 @@ jobs:
needs: Lints
strategy:
matrix:
python-version: ["3.9", "3.11"]
python-version: ["3.9", "3.11","3.12"]
Copy link
Member

Choose a reason for hiding this comment

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

🔥

@thorrester thorrester linked an issue Jul 24, 2024 that may be closed by this pull request
@thorrester thorrester self-requested a review July 24, 2024 19:19
@mraess mraess merged commit 2e88ebc into main Jul 24, 2024
17 checks passed
@mraess mraess deleted the mraess/python312 branch July 24, 2024 19:36
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.

Add support for python 3.12
2 participants