Skip to content

Commit 2d304b0

Browse files
support python 3.8
1 parent 976ccc8 commit 2d304b0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: [Ubuntu, macOS, Windows]
22-
python-version: ["3.9", "3.10", "3.11"]
22+
python-version: ["3.8", "3.9", "3.10", "3.11"]
2323
include:
2424
- os: Ubuntu
2525
image: ubuntu-22.04

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "magicregex"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "Readable regular expressions in Python"
55
authors = ["Thomas Wollmann"]
66
readme = "README.md"
@@ -19,7 +19,7 @@ include = [
1919
]
2020

2121
[tool.poetry.dependencies]
22-
python = "^3.9"
22+
python = "^3.8"
2323
regex = "^2022.10.31"
2424

2525
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)