Skip to content

Commit

Permalink
Merge pull request #69 from Lakshmi-bashyam/python3.12
Browse files Browse the repository at this point in the history
Update python higher bound to 3.12
  • Loading branch information
Lakshmi-bashyam authored Aug 28, 2024
2 parents 0f9d616 + 5d75367 commit a6fdd9e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "stwfsapy"
version = "0.4.0"
version = "0.5.0"
description = "A library for match labels of thesaurus concepts to text and assigning scores to found occurrences."
authors = ["AutoSE <autose@zbw.eu>"]
license = "Apache-2.0"
Expand All @@ -12,7 +12,7 @@ classifiers = [
homepage = "https://github.com/zbw/stwfsapy"

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
python = ">=3.9,<3.13"
scikit-learn = ">0.24,<2.0"
rdflib = "7.*"

Expand Down

0 comments on commit a6fdd9e

Please sign in to comment.