Skip to content

Commit 77d9c8c

Browse files
committed
Default to Python 3.12
1 parent 8f15f80 commit 77d9c8c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
python-version: ["3.11"]
12+
python-version: ["3.12"]
1313

1414
steps:
1515
- uses: actions/checkout@v3
@@ -43,7 +43,7 @@ jobs:
4343

4444
strategy:
4545
matrix:
46-
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.12"]
46+
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
4747

4848
steps:
4949
- uses: actions/checkout@v3

.github/workflows/publish.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ["3.11"]
13+
python-version: ["3.12"]
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Set up Python ${{ matrix.python-version }}
@@ -56,8 +56,7 @@ jobs:
5656
- name: Publish package distributions to PyPI
5757
uses: pypa/gh-action-pypi-publish@release/v1
5858
with:
59-
repository-url: https://test.pypi.org/legacy/
60-
packages_dir: artifact/
59+
packages-dir: artifact/
6160

6261

6362

0 commit comments

Comments
 (0)