Skip to content

Commit

Permalink
Bump Python ceiling to newest version, floor past EOL
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Jun 12, 2024
1 parent d3e28a1 commit 3136a4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
java-version: [11, 18]
python-version: [3.7, "3.10"]
python-version: [3.8, "3.12"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ license_file = LICENSE
classifiers =
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
Programming Language :: Python :: 3.12

[options]
packages = find:
python_requires = >=3.7
python_requires = >=3.8

[options.entry_points]
console_scripts =
rdf-toolkit-normalizer = pre_commit_hooks.normalize_rdf:main
rdf-toolkit-normalizer = pre_commit_hooks.normalize_rdf:main

0 comments on commit 3136a4c

Please sign in to comment.