Skip to content

Commit

Permalink
deps: Add Python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Oct 3, 2023
1 parent f0df1c8 commit 64eb65c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,16 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
exclude:
- os: windows-latest
python-version: '3.10'
- os: macos-latest
python-version: '3.10'
- os: windows-latest
python-version: '3.11'
- os: macos-latest
python-version: '3.11'
name: ${{ matrix.os }}, Python ${{ matrix.python-version }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ select = [
"SLF",
"N"
]
target-version = "py37"
target-version = "py39"

[tool.ruff.mccabe]
max-complexity = 16
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Software Development :: Internationalization
Topic :: Software Development :: Localization
Topic :: Utilities
Expand Down

0 comments on commit 64eb65c

Please sign in to comment.