Skip to content

Commit b5bf840

Browse files
Merge pull request #2 from ThomasWollmann/tw-supportpython38
support python 3.8
2 parents 976ccc8 + deaafec commit b5bf840

3 files changed

Lines changed: 20 additions & 20 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

poetry.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)