Skip to content

Commit

Permalink
🔧 adjusting versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Dec 4, 2024
1 parent 0e2489e commit 0143e22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ jobs:
matrix:
python-version:
- '3.8' # oldest supported Py3 gha
- '3.9'
- '3.10' # first version using importlib.metadata.entry_points with selection
- '3.11'
- '3.12'
- '3.9' # last version importlib.metadata.entry_points with dictionary interface
- '3.10' # first version using importlib.metadata.entry_points with selection interface
- '3' # newest supported Py3
name: Python ${{ matrix.python-version }}
steps:
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,11 @@
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'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',
'Programming Language :: Python :: 3.12',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Text Processing :: Filters',
Expand Down

0 comments on commit 0143e22

Please sign in to comment.