Skip to content

Commit

Permalink
chore(bibliograpy): remove python 3.9 support + update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Andrés committed Nov 3, 2024
1 parent 7ee17cf commit 66fcafc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion bibliograpy/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ python-version-support:bibliograpy:
- . resources/check_py_version.sh 3.12 || exit 1
- . resources/check_py_version.sh 3.11 || exit 1
- . resources/check_py_version.sh 3.10 || exit 1
- . resources/check_py_version.sh 3.9 || exit 1

demo:bibliograpy:
stage: demo
Expand Down
2 changes: 1 addition & 1 deletion bibliograpy/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Requirements and Installation

`bibliograpy` requires `python>=9` and uses `pyyaml`.
`bibliograpy` requires `python>=10` and uses `pyyaml` and `bibtexparser`.

It can be installed using pip:

Expand Down
2 changes: 1 addition & 1 deletion bibliograpy/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = [
description = ""
readme = "README.md"
license = {file = "LICENSE.md"}
requires-python = ">=3.9"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
Expand Down

0 comments on commit 66fcafc

Please sign in to comment.