Skip to content

Commit 96d125f

Browse files
committed
Add support for different python version
1 parent 1f438ca commit 96d125f

File tree

4 files changed

+265
-6
lines changed

4 files changed

+265
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.12"]
14+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1515

1616
steps:
1717
- uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# EPUB Optimizer for Xteink X4
22

33
[![Tests](https://github.com/bigbag/epub-optimizer-xteink/workflows/Tests/badge.svg)](https://github.com/bigbag/epub-optimizer-xteink/actions?query=workflow%3ATests)
4-
[![versions](https://img.shields.io/badge/python-3.12-blue.svg)](https://github.com/bigbag/epub-optimizer-xteink)
4+
[![versions](https://img.shields.io/badge/python-3.10%20|%203.11%20|%203.12%20|%203.13-blue.svg)](https://github.com/bigbag/epub-optimizer-xteink)
55
[![license](https://img.shields.io/github/license/bigbag/epub-optimizer-xteink.svg)](https://github.com/bigbag/epub-optimizer-xteink/blob/main/LICENSE)
66

77
Optimizes EPUB files for the Xteink X4 e-reader (and similar small e-paper devices).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "epub-optimizer-xteink"
33
version = "0.1.0"
44
description = "EPUB optimizer for Xteink X4 e-reader (480x800 e-paper display)"
55
readme = "README.md"
6-
requires-python = ">=3.12"
6+
requires-python = ">=3.10"
77
license = "MIT"
88
keywords = ["epub", "ebook", "e-reader", "xteink", "e-ink", "e-paper"]
99
dependencies = [

0 commit comments

Comments
 (0)