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

Add CI/CD tests for Python 3.11 #102

Closed
jesper-friis opened this issue Apr 29, 2023 · 0 comments · Fixed by #103
Closed

Add CI/CD tests for Python 3.11 #102

jesper-friis opened this issue Apr 29, 2023 · 0 comments · Fixed by #103

Comments

@jesper-friis
Copy link
Contributor

jesper-friis commented Apr 29, 2023

Simply adding "3.11" to python-version in .github/workflows/ci_tests.yml fails

  pytest:
    runs-on: ubuntu-latest

    strategy:
      fail-fast: false
      matrix:
        python-version: ["3.7", "3.8", "3.9", "3.10"]

Might be due to dependencies of DLite.

@jesper-friis jesper-friis linked a pull request Apr 29, 2023 that will close this issue
8 tasks
@jesper-friis jesper-friis mentioned this issue Apr 29, 2023
8 tasks
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 a pull request may close this issue.

1 participant