-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
start testing on 3.13rc #6802
start testing on 3.13rc #6802
Conversation
a remake of #6720 with the new pytest-httpbin |
@@ -31,6 +31,7 @@ jobs: | |||
with: | |||
python-version: ${{ matrix.python-version }} | |||
cache: 'pip' | |||
allow-prereleases: true |
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.
Do we still need this or can it be removed now that pytest-httpbin
is fully released?
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.
This is needed for 3.13rc. it doesn't effect pip installs
I should probably update the trove classifier |
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.
I think we're also missing an update for the tox
file.
No description provided.