Skip to content

Commit

Permalink
bump python to 3.11 (merge commit)
Browse files Browse the repository at this point in the history
Merge branch 'update/python-3.11' into 'main'
* bump python to 3.11

See merge request https://gitlab.ci.csc.fi/sds-dev/crypt4gh-gui/-/merge_requests/43

Approved-by: Emmi Rehn <emrehn@csc.fi>
Co-authored-by: Teemu Kataja <teemu.kataja@csc.fi>
Merged by Teemu Kataja <tekataja@csc.fi>
  • Loading branch information
teemukataja committed Jun 5, 2024
2 parents 10ca7b2 + 4f246f5 commit 14cc914
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
artifact_name: crypt4gh-gui
os_suffix: macos-amd64
asset_name: crypt4gh-gui
python-version: ["3.10"]
python-version: ["3.11"]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
max-parallel: 4
matrix:
os: [ubuntu-latest]
python-version: ["3.10"]
python-version: ["3.11"]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Select the release from https://github.com/CSCfi/crypt4gh-gui/releases
## Installation

1. Download ZIP archive from selected release. Archives are named as `crypt4gh-gui-<python-version>-<operating-system>-<architecture>.zip`.
Where `operating-system` is one of `linux`, `windows` or `macos` and `architecture` is fixed to `amd64`. For example for linux: `crypt4gh-gui-python3.10-linux-amd64.zip`
Where `operating-system` is one of `linux`, `windows` or `macos` and `architecture` is fixed to `amd64`. For example for linux: `crypt4gh-gui-python3.11-linux-amd64.zip`

2. Unzip archive and the binary/executable should be available for use.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ skip_install = true

[gh-actions]
python =
3.7: flake8, mypy, black
3.8: flake8, mypy, black
3.11: flake8, mypy, black

0 comments on commit 14cc914

Please sign in to comment.