Skip to content

Commit a9c9235

Browse files
committed
release(v0.1.13): updating python version for release
1 parent 384e5eb commit a9c9235

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: "Set up Python"
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: "^3.11" # Install the latest version of Python 3.11
20+
python-version: "3.12"
2121
- name: "Install pypa/build"
2222
run: python3 -m pip install poetry
2323
- name: "Install dependencies"

0 commit comments

Comments
 (0)