Skip to content

Commit

Permalink
Added python version table
Browse files Browse the repository at this point in the history
  • Loading branch information
jrg94 committed Dec 28, 2023
1 parent e2bd6d7 commit 779ba80
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,14 @@ Here's a description of all the option used in the samples above.
| --tier, -r | Choose between "free" (silver) or "premium" (gold) | Adds a border color to the title |
| --title, -t | Any string | Overrides the automatic title feature |
| --no_title, -n | | Do not add title |

## Python Version Compatibility

As this utility has grown and changed, it has also changed its
support for different versions of Python.

| Python | 3.12 | 3.11 | 3.10 | 3.9 | 3.8 |
| ---------------------- | ---- | ---- | ---- | --- | --- |
| image-titler >= 2.5 | yes | yes | | | |
| image-titler 1.8 - 2.5 | | | yes | yes | yes |
| image-titler <= 1.8 | | | | | |

0 comments on commit 779ba80

Please sign in to comment.