-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Python 3.11 to built matrix and Docker
After bumping the pyproject.toml to support 3.11, the tests have now been updated to test both 3.10 and 3.11 in the build matrix. We're now using 3.11 in the Docker file.
- Loading branch information
1 parent
26ca123
commit de3d242
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Use the official Python base image | ||
FROM python:3.10 | ||
FROM python:3.11 | ||
|
||
ARG RECAP_VERSION | ||
|
||
|