Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
CrispenGari committed Feb 10, 2024
1 parent ac013ec commit 718f6e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down

0 comments on commit 718f6e0

Please sign in to comment.