Skip to content

Commit 561e1e8

Browse files
Update Python version in TestPyPI workflow to 3.12
- Changed the Python version from 3.9 to 3.12 in the GitHub Actions workflow for publishing to TestPyPI, ensuring compatibility with the latest features and improvements.
1 parent 9559f55 commit 561e1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_testpypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v4
1616
with:
17-
python-version: 3.9
17+
python-version: 3.12
1818

1919
- name: Install Poetry
2020
run: |

0 commit comments

Comments
 (0)