Skip to content

Commit

Permalink
bump python version to 3.11 in release and norms
Browse files Browse the repository at this point in the history
  • Loading branch information
aerorahul committed Feb 28, 2024
1 parent d4e9042 commit 651206f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pynorms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:

steps:
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install (upgrade) python dependencies (pycodestyle)
run: |
pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.11"

- name: Install pypa/build
run: |
Expand Down

0 comments on commit 651206f

Please sign in to comment.