Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/certifi-2023.7.22
Browse files Browse the repository at this point in the history
  • Loading branch information
roskakori committed Aug 23, 2023
2 parents 65e43ef + 1e2e3c1 commit f33ca7f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
env:
MAIN_PYTHON_VERSION: "3.10"

Expand Down
6 changes: 6 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Revision history

This chapter describes improvements compared to earlier versions of cutplace.

Version 0.9.2, 2023-xx-xx
=========================

* Remove support for Python 3.7
(`#149 <https://github.com/roskakori/cutplace/issues/149>`_).

Version 0.9.1, 2022-12-29
=========================

Expand Down
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
line-length = 120
include = '\.pyi?$'
target-version = [
"py37",
"py38",
"py39",
"py310",
Expand Down Expand Up @@ -49,7 +48,6 @@ classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -63,7 +61,7 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.7"
python = ">=3.8, <4"
xlrd = "^1.2"
XlsxWriter = "^3"

Expand Down

0 comments on commit f33ca7f

Please sign in to comment.