diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 06c431a..2bff611 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: MODULE_NAME: lisc strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] # Because this repo launches requests, limit to one concurrent job at a time max-parallel: 1 diff --git a/README.rst b/README.rst index b84ccf4..daad6b6 100644 --- a/README.rst +++ b/README.rst @@ -25,7 +25,7 @@ LISC - Literature Scanner .. |Publication| image:: https://joss.theoj.org/papers/10.21105/joss.01674/status.svg .. _Publication: https://doi.org/10.21105/joss.01674 -LISC is a package for collecting and analyzing the scientific literature. +LISC is a package for collecting and analyzing scientific literature. Overview -------- @@ -74,7 +74,7 @@ This documentation includes: - `Reference `_: with information for how to reference and report on using the module -For a curated list of projects that use LISC see the +For a curated list of projects that use LISC, see the `projects `_ page. Dependencies diff --git a/setup.py b/setup.py index 4e4a1cf..f142988 100644 --- a/setup.py +++ b/setup.py @@ -45,6 +45,7 @@ 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', ], platforms = 'any', keywords = ['web-scraping', 'meta-analysis', 'text-mining', 'scientific-publications',