-
Notifications
You must be signed in to change notification settings - Fork 8
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
base: master
Are you sure you want to change the base?
Conversation
@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 }} |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
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.