Skip to content

Commit 38dec4c

Browse files
committed
changed the python versions
1 parent 04d4b01 commit 38dec4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
matrix:
3939
os: [macos-latest, ubuntu-latest]
40-
python-version: ["3.8", "3.11"]
40+
python-version: ["3.8", "3.12"]
4141
fail-fast: false
4242
runs-on: ${{ matrix.os }}
4343
defaults:
@@ -120,7 +120,7 @@ jobs:
120120
- name: Set up Python
121121
uses: actions/setup-python@v4
122122
with:
123-
python-version: '3.11'
123+
python-version: '3.12'
124124

125125
- name: Install build tools
126126
run: python3 -m pip install --break-system-packages build twine

0 commit comments

Comments
 (0)