Skip to content

Commit 7b16d14

Browse files
themightychrisvevetron
authored andcommitted
fix(ci): use Python 3.11 to build and publish packages
1 parent 737099a commit 7b16d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-calitp-map-utils.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: sudo apt-get install -y libgraphviz-dev graphviz-dev
2828
- uses: actions/setup-python@v4
2929
with:
30-
python-version: '3.9'
30+
python-version: '3.11'
3131
- run: |
3232
curl -sSL https://install.python-poetry.org | python -
3333
poetry install

0 commit comments

Comments
 (0)