We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 384e5eb commit a9c9235Copy full SHA for a9c9235
1 file changed
.github/workflows/publish-package.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: "Set up Python"
18
uses: actions/setup-python@v5
19
with:
20
- python-version: "^3.11" # Install the latest version of Python 3.11
+ python-version: "3.12"
21
- name: "Install pypa/build"
22
run: python3 -m pip install poetry
23
- name: "Install dependencies"
0 commit comments