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

Adds python versions to ci.yml #61

Closed
mxochicale opened this issue Feb 27, 2023 · 0 comments · Fixed by #63 or #64
Closed

Adds python versions to ci.yml #61

mxochicale opened this issue Feb 27, 2023 · 0 comments · Fixed by #63 or #64

Comments

@mxochicale
Copy link
Contributor

Adds python version and updates actions/checkout@v3, actions/setup-python@v4 in ci.yml

        experimental: [false]
        include:
          - python-ver: 3.9
            os: ubuntu-latest
            experimental: true
          - python-ver: 3.9
            os: macos-latest
            experimental: true
          - python-ver: 3.9
            os: windows-latest
            experimental: true
          - python-ver: '3.10'
            os: ubuntu-latest
            experimental: true
          - python-ver: '3.10'
            os: macos-latest
            experimental: true
          - python-ver: '3.10'
            os: windows-latest
            experimental: true
          - python-ver: 3.11
            os: ubuntu-latest
            experimental: true
          - python-ver: 3.11
            os: macos-latest
            experimental: true
          - python-ver: 3.11
            os: windows-latest
            experimental: true
          - python-ver: 3.12-dev
            os: ubuntu-latest
            experimental: true
          - python-ver: 3.12-dev
            os: macos-latest
            experimental: true
          - python-ver: 3.12-dev
            os: windows-latest
            experimental: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant