Skip to content

Commit

Permalink
Merge pull request #132 from DataResponsibly/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
denysgerasymuk799 authored Sep 2, 2024
2 parents 76e4bb3 + b5a5b1e commit d6d7d8e
Show file tree
Hide file tree
Showing 65 changed files with 1,458 additions and 728 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [3.8, 3.9]
python: [3.8, 3.9, "3.10", 3.11, 3.12]
os: [ubuntu-latest, macos-13]

uses: ./.github/workflows/build-virny.yml
Expand All @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [3.8, 3.9]
python: [3.8, 3.9, "3.10", 3.11, 3.12]
os: [ubuntu-latest, macos-13]

uses: ./.github/workflows/unit-tests.yml
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
*_venv
virny_env
virny_env10
virny_env11
virny_env12
notebooks
*.env
.DS_Store
Expand Down
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Virny Software Library

<p align="left">
<p align="center">
<!-- Tests -->
<a href="https://github.com/DataResponsibly/Virny/actions/workflows/ci.yml">
<img src="https://github.com/DataResponsibly/Virny/actions/workflows/ci.yml/badge.svg" alt="CI Pipeline">
Expand All @@ -13,10 +13,8 @@
<a href="https://pypi.org/project/virny">
<img src="https://img.shields.io/pypi/v/virny.svg?label=release&color=blue&style=flat-square" alt="pypi">
</a>
<!-- License -->
<a href="https://en.wikipedia.org/wiki/BSD_licenses#3-clause_license_(%22BSD_License_2.0%22,_%22Revised_BSD_License%22,_%22New_BSD_License%22,_or_%22Modified_BSD_License%22)">
<img src="https://img.shields.io/badge/License-BSD%203--Clause-blue.svg?style=flat-square" alt="bsd_3_license">
</a>
<!-- Python Versions -->
<a href="https://img.shields.io/badge/python-3.9%20|%203.10%20|%203.11%20|%203.12-blue"><img alt="Python Versions" src="https://img.shields.io/badge/python-3.9%20|%203.10%20|%203.11%20|%203.12-blue"></a>
<!-- Code Size -->
<a href="">
<img src="https://img.shields.io/github/languages/code-size/DataResponsibly/Virny.svg" alt="code_size">
Expand All @@ -25,6 +23,10 @@
<a href="">
<img src="https://img.shields.io/github/last-commit/DataResponsibly/Virny.svg" alt="last_commit">
</a>
<!-- License -->
<a href="https://en.wikipedia.org/wiki/BSD_licenses#3-clause_license_(%22BSD_License_2.0%22,_%22Revised_BSD_License%22,_%22New_BSD_License%22,_or_%22Modified_BSD_License%22)">
<img src="https://img.shields.io/badge/License-BSD%203--Clause-blue.svg?style=flat-square" alt="bsd_3_license">
</a>
</p>


Expand All @@ -51,7 +53,7 @@ For quickstart, look at [use case examples](https://dataresponsibly.github.io/Vi

## 🛠 Installation

Virny supports **Python 3.8 and 3.9** and can be installed with `pip`:
Virny supports **Python 3.8-3.12** and can be installed with `pip`:

```bash
pip install virny
Expand Down
Loading

0 comments on commit d6d7d8e

Please sign in to comment.