Skip to content

Commit

Permalink
chore: bump python to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
fyhertz committed Jul 18, 2024
1 parent 71915b6 commit 4ea7fdb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.11"

- name: Load Cached Poetry
uses: actions/cache@v2
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: "3.10"
python-version: "3.11"

- name: Load Cached Poetry
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.10.4
3.11.4
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Keep in mind that you should only convert wheels that have been built for your d

### From the release page

`wheel2deb` is packaged as a single binary application that you can download from the release page. Using those releases will spare you the hassle of building Python 3.10 on old Debian based distributions.
`wheel2deb` is packaged as a single binary application that you can download from the release page. Using those releases will spare you the hassle of building Python 3.11 on old Debian based distributions.

### With [wakemeops](https://docs.wakemeops.com)

Expand Down Expand Up @@ -99,7 +99,7 @@ Use `wheel2deb convert --help` and `wheel2deb build --help` to check all support

## Development

You will need [poetry](https://python-poetry.org/), and probably [pyenv](https://github.com/pyenv/pyenv) if you don't have python 3.10 on your host.
You will need [poetry](https://python-poetry.org/), and probably [pyenv](https://github.com/pyenv/pyenv) if you don't have python 3.11 on your host.

```shell
poetry install
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.10,<3.11"
python = ">=3.10,<3.12"
typer = ">=0.6.1"
wheel = "*"
pkginfo = "*"
Expand Down

0 comments on commit 4ea7fdb

Please sign in to comment.