Skip to content

Commit 11e9558

Browse files
committed
Use python 3.11 when checking project in CI
1 parent 40b14ca commit 11e9558

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set up Python ${{ matrix.python-version }}
4040
uses: actions/setup-python@v2
4141
with:
42-
python-version: '3.10'
42+
python-version: '3.11'
4343

4444
- name: Install dependencies
4545
run: |
@@ -73,4 +73,4 @@ jobs:
7373
TAG: ${{ github.ref_name }}
7474
run: |
7575
echo "tag is $TAG"
76-
pkgmt release $TAG --production --yes
76+
pkgmt release $TAG --production --yes

0 commit comments

Comments
 (0)