-
Notifications
You must be signed in to change notification settings - Fork 231
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
ADAP-56: Python 3.11 Support #676
Conversation
# Conflicts: # dev-requirements.txt # setup.py
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the dbt-spark contributing guide. |
…sed and is causing issues with py311
…d with extras in `setup.py` removed `requirements.txt`; this is now covered via `tox.ini` and installing locally with `[all]` extras removed references to `requirements.txt` cleaned up `main.yml` so that it stays in sync with `dev-requirements.txt`
This PR has been marked as Stale because it has been open with no activity as of late. If you would like the PR to remain open, please comment on the PR or else it will be closed in 7 days. |
We have a better way of doing this. |
@mikealfare Can you link to the better way if ready please? |
Fair point. Here's the PR we merged: #818 |
resolves #524
Description
Add support for Python 3.11
Checklist
changie new
to create a changelog entry