Skip to content

Commit 4ea7fdb

Browse files
committed
chore: bump python to 3.11
1 parent 71915b6 commit 4ea7fdb

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Python
1616
uses: actions/setup-python@v2
1717
with:
18-
python-version: "3.10"
18+
python-version: "3.11"
1919

2020
- name: Load Cached Poetry
2121
uses: actions/cache@v2
@@ -121,7 +121,7 @@ jobs:
121121
- name: Install Python
122122
uses: actions/setup-python@v2
123123
with:
124-
python-version: "3.10"
124+
python-version: "3.11"
125125

126126
- name: Load Cached Poetry
127127
uses: actions/cache@v2

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.10.4
1+
3.11.4

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Keep in mind that you should only convert wheels that have been built for your d
5656

5757
### From the release page
5858

59-
`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.
59+
`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.
6060

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

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

100100
## Development
101101

102-
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.
102+
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.
103103

104104
```shell
105105
poetry install

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ packages = [
1717
]
1818

1919
[tool.poetry.dependencies]
20-
python = ">=3.10,<3.11"
20+
python = ">=3.10,<3.12"
2121
typer = ">=0.6.1"
2222
wheel = "*"
2323
pkginfo = "*"

0 commit comments

Comments
 (0)