-
Notifications
You must be signed in to change notification settings - Fork 44
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
Support Python versions up to 3.12 #764
base: feature/repository_maintanance
Are you sure you want to change the base?
Support Python versions up to 3.12 #764
Conversation
- updated test workflows - added classifiers to pyproject.toml
|
- updated workflow name
|
- replace distutils and pkg_resources, which deprecated
|
- rename workflow file
|
- added pkg_resources; python_version>='3.12' to pyproject.toml [testsuite] deps
|
- added pkg_resources to default tests workflow
|
- fixed quotes
|
- added pip install setuptools for py3.12 setup
|
- updated called_with to assert_called_with
|
- fixed version of tables - synced llm optional deps from master
|
- set "spacy>=3.4.2", because first spacy supported by py3.11 is v3.4.2
|
- set "spacy>=3.4.2", because first spacy supported by py3.11 is v3.4.2
|
- update to "onnxruntime>=1.10.0,!=1.16"
|
- set "spacy>=3.4.2" to [text] dependency - the first version of spacy that supports python 3.11
|
- set pyarrow >=15.0.0
|
- relax protobuf in [onnx] extra
|
- relax lightgbm
|
- fix version of python
|
- install tf-keras for backward compatibility in transformers in py3.11+
|
- add comments to describe why library version updated or fixed
|
- add logger.exception("Exception details:") to see real exception message
|
- enable all tests
|
Description
ADS currently supports up to 3.8/9/10 - this task is to support all current non EOL, non-feature versions (which as of today is 3.8-3.12)
Jira: https://jira.oci.oraclecorp.com/browse/ODSC-54710
What was done