-
Notifications
You must be signed in to change notification settings - Fork 19
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
build: running tests using python 3.11 #297
Conversation
25f1375
to
df74ce6
Compare
@@ -161,7 +161,7 @@ requests==2.31.0 | |||
# -r requirements/base.txt | |||
# requests-oauthlib | |||
# social-auth-core | |||
requests-oauthlib==1.3.1 | |||
requests-oauthlib==2.0.0 |
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.
changes seems fine here
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.
A few suggestions, otherwise looking good to be merged.
@@ -14,8 +14,8 @@ jobs: | |||
strategy: | |||
matrix: | |||
os: [ubuntu-20.04] | |||
python-version: ['3.8'] | |||
toxenv: [quality, django32, django42, check_keywords] | |||
python-version: ['3.8', '3.11', '3.12'] |
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.
Since we are upgrading to Python 3.11
now, we can skip running tests with 3.12
for now.
python-version: ['3.8', '3.11', '3.12'] | |
python-version: ['3.8', '3.11'] |
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 since the tests are passing on both, we should run both, we'll want to drop 3.11 after we cut redwood almost immediately so best to start testing 3.12 where it's already passing.
CHANGELOG.rst
Outdated
Added | ||
~~~~~~~ | ||
|
||
[4.3.0] - 2024-02-13 |
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.
[4.3.0] - 2024-02-13 | |
[4.3.0] - 2024-03-29 |
openedx/public-engineering#236
Running tests using python 3.11.