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

chore(testing): Installed tox for python versions 3.8 to 3.11 #54

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

rc10house
Copy link
Contributor

This ticket adds tox for testing our code across different python versions. Note python 3.12 is not currently included in the testing as it will cause dependency issues, though if needed we can add it and attempt to resolve them.

To test:

Install pyenv: https://github.com/pyenv/pyenv?tab=readme-ov-file#installation
Note: make sure the .pyenv directory is added to your PATH
Install tox:

python -m pip install --user tox

Run:

make install_py_versions
make test_all

Closes #52

@Jyyjy Jyyjy merged commit e4c6d2a into apache:master Aug 20, 2024
4 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.

chore(testing): add TOX for cross-version python testing
2 participants