Skip to content

Commit 8bf2fd7

Browse files
committed
Updated the CI to include python versions
1 parent d560b56 commit 8bf2fd7

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
strategy:
2020
matrix:
2121
python-version:
22-
- 3.6
23-
- 3.7
2422
- 3.8
2523
- 3.9
24+
- 3.10
25+
- 3.11
2626
name: Check Python ${{ matrix.python-version }}
2727
steps:
2828
- uses: actions/checkout@v2
@@ -48,7 +48,7 @@ jobs:
4848

4949
- uses: actions/setup-python@v2
5050
with:
51-
python-version: 3.8
51+
python-version: 3.11
5252

5353
- name: Install
5454
run: python -m pip install -e .[doc]

.github/workflows/publish-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
fetch-depth: 0
1515
ref: ${{ github.event.release.tag_name }}
1616

17-
- name: Set up Python 3.7
17+
- name: Set up Python 3.11
1818
uses: actions/setup-python@v1
1919
with:
20-
python-version: 3.7
20+
python-version: 3.11
2121

2222
- name: Install pypa/build
2323
run: python -m pip install build --user

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
This is a fork of the fairlens project. We went back to version 0.1.0 and modified some dependencies in order to include it in gabarit (https://github.com/OSS-Pole-Emploi/gabarit)
2+
3+
14
![FairLens Logo](docs/_static/FairLens_759x196.png)
25

36
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)][sdk_colab_url]
@@ -10,6 +13,8 @@
1013
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
1114
![GitHub Repo stars](https://img.shields.io/github/stars/synthesized-io/fairlens?style=social)
1215

16+
17+
1318
# FairLens
1419

1520
FairLens is an open source Python library for automatically discovering bias and measuring fairness in data. The package can be used to quickly identify bias, and provides multiple metrics to measure fairness across a range of sensitive and legally protected characteristics such as age, race and sex.

0 commit comments

Comments
 (0)