Skip to content

Commit

Permalink
Bump the package version. Run the CI on Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
aajanki committed Oct 13, 2023
1 parent b2e1462 commit 0ba0d63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
version: 2.1

orbs:
python: circleci/python@1.4
python: circleci/python@2.1.1

workflows:
main:
jobs:
- test:
matrix:
parameters:
pyversion: ["3.8", "3.9", "3.10", "3.11"]
pyversion: ["3.8", "3.9", "3.10", "3.11", "3.12"]

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Compatibility with spaCy versions:

| spacy-fi version | Compatible with spaCy versions |
|------------------|--------------------------------|
| 0.14.0 | 3.7.x |
| 0.13.0 | 3.6.x |
| 0.12.0 | 3.5.x |
| 0.11.0 | 3.4.x |
Expand Down
2 changes: 1 addition & 1 deletion fi/meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"lang": "fi",
"name": "experimental_web_md",
"version": "0.13.0",
"version": "0.14.0",
"requirements": ["libvoikko"],
"description": "Finnish language model: POS tagger, dependency parser, word vectors, noun phrase extraction, word probabilities, lemmatizer, morphological features, NER",
"author": "Antti Ajanki",
Expand Down

0 comments on commit 0ba0d63

Please sign in to comment.