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

0.4.0 #10

Merged
merged 10 commits into from
Nov 28, 2021
Merged

0.4.0 #10

merged 10 commits into from
Nov 28, 2021

Conversation

mathiasfrohlich
Copy link
Collaborator

Changes

  • Updated for API version v0.1.33
  • Rebuild object mapping

@mathiasfrohlich mathiasfrohlich self-assigned this Nov 28, 2021
@mathiasfrohlich mathiasfrohlich merged commit 13da694 into master Nov 28, 2021
@@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [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.

GitHub actions does support py 3.10. You merely need to declare py versions as strings instead of numbers. E.g.:

python-version: ["3.7", "3.8", "3.9", "3.10"]

The problem you're encountering, is (presumably) that YAML parsing is trimming trailing zeros from numbers. Here's a similar issue I stumbled upon recently:
actions/setup-python#160 (comment)

@mathiasfrohlich mathiasfrohlich deleted the rebuild-object-mapping branch July 10, 2022 09:08
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.

2 participants