Skip to content

Commit

Permalink
deps: Bump Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Oct 3, 2023
1 parent c9fc81a commit 987b6b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ jobs:
strategy:
matrix:
python-version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
name: Python ${{ matrix.python-version }}

steps:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.black]
target-version = ['py37']
target-version = ['py39']

[tool.isort]
profile = "black"
Expand Down Expand Up @@ -44,7 +44,7 @@ select = [
"SLF",
"N"
]
target-version = "py37"
target-version = "py39"

[tool.ruff.mccabe]
max-complexity = 16
7 changes: 1 addition & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,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
Programming Language :: Python :: 3.11
Topic :: Software Development :: Internationalization
Topic :: Software Development :: Localization
Topic :: Utilities
Expand All @@ -37,7 +32,7 @@ project_urls =

[options]
packages = find_namespace:
python_requires = >=3.7
python_requires = >=3.9
include_package_data = 1
zip_safe = 0

Expand Down

0 comments on commit 987b6b6

Please sign in to comment.