Skip to content

Commit 5e3bab6

Browse files
maresbtwiecki
authored andcommitted
Bump Python version so that tomllib is included
This way versioneer can read pyproject.toml
1 parent cc39616 commit 5e3bab6

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
@@ -67,7 +67,7 @@ jobs:
6767
- name: Set up Python
6868
uses: actions/setup-python@v4
6969
with:
70-
python-version: '3.10'
70+
python-version: '3.11'
7171

7272
- name: Install dependencies
7373
run: pip install numpy versioneer

0 commit comments

Comments
 (0)