From 718f6e01dedba8e51eb1096635a8245970f0cfac Mon Sep 17 00:00:00 2001 From: Crispen Gari Date: Sat, 10 Feb 2024 14:59:22 +0200 Subject: [PATCH] updates --- .github/workflows/ci.yml | 2 +- README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 653ecc2..312481b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.12", "3.11", "3.10", "3.9"] + python-version: ["3.12", "3.11", "3.10"] steps: - uses: actions/checkout@v4 - name: 🚀 Set up Python ${{ matrix.python-version }} diff --git a/README.md b/README.md index b37465a..55d4999 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ With `tabulato`, you can easily format your data into tables with specified head - [Table of Contents](#table-of-contents) - [Key features of tabulato include:](#key-features-of-tabulato-include) - [Installation](#installation) +- [Python Version](#python-version) - [Example](#example) - [What's missing on this package?](#whats-missing-on-this-package) - [License](#license) @@ -31,6 +32,10 @@ To install tabulato, you can use pip: pip install tabulato ``` +### Python Version + +This package support python version `>=3.10` + ### Example In the following examples shows you how you can use