Skip to content

Commit 2fbf8c6

Browse files
authored
Bump Python version so that tomllib is included
This way versioneer can read pyproject.toml
1 parent be67929 commit 2fbf8c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Set up Python
6666
uses: actions/setup-python@v4
6767
with:
68-
python-version: '3.10'
68+
python-version: '3.11'
6969

7070
- name: Install dependencies
7171
run: pip install numpy versioneer

0 commit comments

Comments
 (0)