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 Python 3.10 to GitHub workflow. #1507

Closed
wants to merge 1 commit into from
Closed

Conversation

jonathanslenders
Copy link
Member

No description provided.

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

try using actions/setup-python@v2 to avoid the failure

 - name: Setup Python ${{ matrix.python-version }}
        uses: actions/setup-python@v2

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @jnoortheen,

I'm not familiar with how GitHub actions work precisely. Feel free to create a pull request with the proper changes, if you have time.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am happy to help #1536

Copy link
Contributor

@staticdev staticdev Jan 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion @jonathanslenders make it consistent when possible:
["3.6", "3.7", "3.8", "3.9", "3.10"]

@jonathanslenders jonathanslenders deleted the python3.10 branch February 3, 2022 21:17
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.

3 participants