Skip to content

Commit

Permalink
Feature/python 3.11 (#76)
Browse files Browse the repository at this point in the history
* chore(python-version): add python 3.11 support check
* chore(documentation): minor changes in acknowledgements
  • Loading branch information
acostapazo committed Oct 11, 2022
1 parent 4b7d173 commit 0baf5d5
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [macOS-latest, ubuntu-latest]
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10', "3.11-dev"]
runs-on: ${{matrix.os}}

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: '3.10'
cache: pip
cache-dependency-path: '**/*requirements.txt'
- name: Install dependencies
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# lume 🔥

[![version](https://img.shields.io/github/release/alice-biometrics/lume/all.svg)](https://github.com/alice-biometrics/lume/releases)
[![ci](https://github.com/alice-biometrics/lume/workflows/ci/badge.svg)](https://github.com/alice-biometrics/lume/actions)
[![pypi](https://img.shields.io/pypi/dm/lume)](https://pypi.org/project/lume/)
[![codecov](https://codecov.io/gh/alice-biometrics/lume/branch/main/graph/badge.svg?token=AS78XD634W)](https://codecov.io/gh/alice-biometrics/lume)
[![versions](https://img.shields.io/pypi/pyversions/lume.svg)](https://github.com/alice-biometrics/lume)
[![license](https://img.shields.io/github/license/alice-biometrics/lume.svg)](https://github.com/alice-biometrics/lume/blob/main/LICENSE)
[![versions](https://img.shields.io/pypi/pyversions/lume.svg)](https://github.com/alice-biometrics/lume)

<img src="https://github.com/alice-biometrics/custom-emojis/blob/master/images/alice_header.png?raw=true" width=auto>

Expand Down Expand Up @@ -36,8 +37,10 @@ For more information, check our [documentation](https://alice-biometrics.github.
## Acknowledgements 🙌

`bowie` inspired us! 👨‍🎤 👏👏👏👏👏
We started with this idea of creating a tool to standardize all the commands of the different projects in the [Gradiant](https://github.com/Gradiant) research center, through the development of the wonderful `bowie` package.
We know that the project is still active in several projects, so long live bowie and thanks to the Gradiant team for the initial impulse.

We started with the idea of creating a tool to standardize all the commands of the different projects years ago, when most of the `lume` maintenance team was working in the Galician research center, [Gradiant](https://github.com/Gradiant).
There, we developed the wonderful `bowie` package.
We know that this package is still active in several internal projects of the research center, so long live `bowie` and thanks to the Gradiant team for the initial impulse.

## Contact 📬

Expand Down
5 changes: 3 additions & 2 deletions docs/acknowledgements.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

![Bowie](images/bowie_computer.jpeg)

We started with this idea of creating a tool to standardize all the commands of the different projects in the [Gradiant](https://github.com/Gradiant) research center, through the development of the wonderful `bowie` package.
We know that the project is still active in several projects, so long live bowie and thanks to the Gradiant team for the initial impulse.
We started with the idea of creating a tool to standardize all the commands of the different projects years ago, when most of the `lume` maintenance team was working in the Galician research center, [Gradiant](https://github.com/Gradiant).
There, we developed the wonderful `bowie` package.
We know that this package is still active in several internal projects of the research center, so long live `bowie` and thanks to the Gradiant team for the initial impulse.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
[![ci](https://github.com/alice-biometrics/lume/workflows/ci/badge.svg)](https://github.com/alice-biometrics/lume/actions)
[![pypi](https://img.shields.io/pypi/dm/lume)](https://pypi.org/project/lume/)
[![codecov](https://codecov.io/gh/alice-biometrics/lume/branch/main/graph/badge.svg?token=AS78XD634W)](https://codecov.io/gh/alice-biometrics/lume)
[![versions](https://img.shields.io/pypi/pyversions/lume.svg)](https://github.com/alice-biometrics/lume)
[![license](https://img.shields.io/github/license/alice-biometrics/lume.svg)](https://github.com/alice-biometrics/lume/blob/main/LICENSE)
[![versions](https://img.shields.io/pypi/pyversions/lume.svg)](https://github.com/alice-biometrics/lume)

<img src="https://github.com/alice-biometrics/custom-emojis/blob/master/images/alice_header.png?raw=true" width=auto>

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
# "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.11",
],
packages=setuptools.find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 0baf5d5

Please sign in to comment.