Skip to content

Commit

Permalink
deps: require Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Sep 11, 2023
1 parent 85a3cc5 commit 729bdb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,18 @@ jobs:
- windows-latest
- macos-latest
python-version:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
exclude:
- os: windows-latest
python-version: 3.7
- os: windows-latest
python-version: 3.8
- os: windows-latest
python-version: 3.9
- os: windows-latest
python-version: '3.10'
- os: macos-latest
python-version: 3.6
- os: macos-latest
python-version: 3.7
- os: macos-latest
python-version: 3.8
python-version: '3.11'
- os: macos-latest
python-version: 3.9
- os: macos-latest
python-version: '3.10'
python-version: '3.11'
name: ${{ matrix.os }}, Python ${{ matrix.python-version }}

steps:
Expand Down
5 changes: 2 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ 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 @@ -36,7 +35,7 @@ project_urls =

[options]
packages = locale_lint
python_requires = >=3.7
python_requires = >=3.9
package_dir = locale_lint=locale_lint
include_package_data = 1

Expand Down

0 comments on commit 729bdb6

Please sign in to comment.