Skip to content

Commit a7ec7a5

Browse files
authored
Use python 3.11 when checking project in CI
e1800eb appears that the 3.10 version should be outdated for pkgmt. Maybe we should use 3.11 instead. Feel free to close this MR 😄
1 parent 40b14ca commit a7ec7a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)