Skip to content

Commit

Permalink
Merge pull request #90 from lisc-tools/py312
Browse files Browse the repository at this point in the history
[MNT] - Add Python 3.12 to workflow tests
  • Loading branch information
TomDonoghue committed Dec 13, 2023
2 parents 5214228 + d707a9a commit 1d22a75
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------
Expand Down Expand Up @@ -74,7 +74,7 @@ This documentation includes:
- `Reference <https://lisc-tools.github.io/lisc/reference.html>`_:
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 <https://github.com/lisc-tools/Projects>`_ page.

Dependencies
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 1d22a75

Please sign in to comment.