Skip to content
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

DevshellPackages: Update to python3.11 #4107

Merged
merged 1 commit into from Aug 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/devshell.yml
Expand Up @@ -219,7 +219,7 @@ jobs:
working-directory: ./build
shell: bash
run: |
python3.9 -m venv venv
python3.11 -m venv venv
source venv/bin/activate
python -m pip install -r "${GITHUB_WORKSPACE}/requirements.txt"
make light-linters || \
Expand Down
5 changes: 3 additions & 2 deletions dbld/packages.manifest
Expand Up @@ -96,8 +96,9 @@ python3-pip [debian, ubuntu]

# python 3.10 has issues on Debian Testing
# Nevertheless we should only downgrade for Light style-check tests, which uses pre-commit
python3.9 [devshell]
python3.9-venv [devshell]
python3.11 [devshell]
python3.11-dev [devshell]
gaborznagy marked this conversation as resolved.
Show resolved Hide resolved
python3.11-venv [devshell]

# libmongoc and libbson packages on various platforms
# Because we are using fixed version of libmongoc on Bionic, we need to
Expand Down