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

Test Python 3.10 #7

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Test Python 3.10 #7

wants to merge 5 commits into from

Conversation

bhrutledge
Copy link

@bhrutledge bhrutledge commented Jan 2, 2025

I'm working on upgrading a project to Python 3.10, but this package is only tested up to 3.9 (and only states support for Python <=3.7). I'm curious to see if tests pass on Python 3.10.

@bhrutledge
Copy link
Author

@rohitesh-wingify It looks like the workflow is awaiting your approval to run.

slack-message: "<!here> Test on *Python-${{ matrix.python-version }}* and *${{ matrix.os }}* got *${{job.status}}* ${{job.status == 'success' && ':heavy_check_mark:' || ':x:'}} \nCommit: `${{github.event.head_commit.message}}`. \nCheck the latest build: https://github.com/wingify/vwo-python-sdk/actions"
color: "${{job.status == 'success' && '#00FF00' || '#FF0000'}}"
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}
Copy link
Author

Choose a reason for hiding this comment

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

The removals here are so that I could run this on my fork: bhrutledge#1

@@ -1,5 +1,5 @@
pyrsistent>=0.16.1; python_version>="3.4"
jsonschema>=3.0.1,<4.0
jsonschema>=4.1.2,<4.18
Copy link
Author

Choose a reason for hiding this comment

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

Additional testing related to #5

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.

1 participant