Skip to content

Commit

Permalink
python update to 3.12.2 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
introkun committed Mar 25, 2024
1 parent 0561e76 commit 6e9a8f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.9.18]
python-version: [3.12.2]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-production-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3.9.18
- name: Set up Python 3.12.2
uses: actions/setup-python@v1
with:
python-version: 3.9.18
python-version: 3.12.2
- name: Install pypa/build
run: >-
python -m
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3.9.18
- name: Set up Python 3.12.2
uses: actions/setup-python@v1
with:
python-version: 3.9.18
python-version: 3.12.2
- name: Install pypa/build
run: >-
python -m
Expand Down

0 comments on commit 6e9a8f4

Please sign in to comment.