Closed
Bug 1762438
Opened 3 years ago
Closed 3 years ago
add CI for Python 3.10
Categories
(Conduit :: moz-phab, task)
Conduit
moz-phab
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sheehan, Assigned: sheehan)
Details
Attachments
(1 file)
We dropped 3.6, now we should add 3.10. We already have quite a few users on this platform so we should be testing against it.
| Assignee | ||
Comment 1•3 years ago
|
||
Adds a CircleCI job for Python 3.10 testing, a docker-compose
command to generate requirements for Python 3.10 and the result
of running the command. Amend README.md to include the new
command.
The current versions of black and pytest fail to install on
Python 3.10, so upgrade them in all requirements files. For black
this also requires a slight syntax change to
tests/test_integration_git.py, so add those syntax changes.
| Assignee | ||
Updated•3 years ago
|
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•