Skip to content

Commit efbca9c

Browse files
committed
Update publishing pipeline to use Python 3.12
1 parent 437300e commit efbca9c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publishing.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-python@v4
1717
with:
18-
python-version: 3.11
18+
python-version: 3.12
1919
- run: pip install tox
2020
- run: tox
2121
env:
22-
TOXENV: 3.11
22+
TOXENV: 3.12
2323

2424
linters:
2525
name: Run linters
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v3
3232
- uses: actions/setup-python@v4
3333
with:
34-
python-version: 3.11
34+
python-version: 3.12
3535
- run: pip install tox
3636
- run: tox
3737
env:
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v3
4646
- uses: actions/setup-python@v4
4747
with:
48-
python-version: 3.11
48+
python-version: 3.12
4949
- run: python setup.py sdist
5050
- uses: actions/upload-artifact@v3
5151
with:
@@ -110,7 +110,7 @@ jobs:
110110
- uses: actions/checkout@v3
111111
- uses: actions/setup-python@v4
112112
with:
113-
python-version: 3.11
113+
python-version: 3.12
114114
- run: pip install -r requirements-doc.txt
115115
- run: pip install awscli
116116
- run: pip install -e .

0 commit comments

Comments
 (0)