Skip to content

Commit

Permalink
Fix setup.cfg trove classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Nov 8, 2023
1 parent 7bb5d76 commit 19eb6db
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ jobs:
strategy:
fail-fast: false
matrix:
# Python 3.4 # EOL 2019-03-18
# Python 3.5 # EOL 2020-09-13
# Python 3.6 # EOL 2021-12-21
# Python 3.7 # EOL 2023-06-27
# Python 3.8 # EOL 2024-10-14
# Python 3.9 # EOL 2025-10-05
# Python 3.10 # EOL 2026-10-04
# Python 3.11 # EOL 2027-10-24
# Python 3.12 # EOL 2028-10-02
# Python 3.13 # EOL
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
Expand Down
17 changes: 7 additions & 10 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,13 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
; Programming Language :: Python :: 3.4 # EOL 2019-03-18
; Programming Language :: Python :: 3.5 # EOL 2020-09-13
; Programming Language :: Python :: 3.6 # EOL 2021-12-21
; Programming Language :: Python :: 3.7 # EOL 2023-06-27
Programming Language :: Python :: 3.8 # EOL 2024-10-14
Programming Language :: Python :: 3.9 # EOL 2025-10-05
Programming Language :: Python :: 3.10 # EOL 2026-10-04
Programming Language :: Python :: 3.11 # EOL 2027-10-24
Programming Language :: Python :: 3.12 # EOL 2028-10-02
; Programming Language :: Python :: 3.13 # EOL
; 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
; Programming Language :: Python :: 3.13
Topic :: Software Development :: Libraries :: Python Modules

[options]
Expand Down

0 comments on commit 19eb6db

Please sign in to comment.