Skip to content

Commit

Permalink
Merge pull request #2 from ThomasWollmann/tw-supportpython38
Browse files Browse the repository at this point in the history
support python 3.8
  • Loading branch information
ThomasWollmann authored Mar 8, 2023
2 parents 976ccc8 + deaafec commit b5bf840
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [Ubuntu, macOS, Windows]
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
include:
- os: Ubuntu
image: ubuntu-22.04
Expand Down
34 changes: 17 additions & 17 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "magicregex"
version = "0.1.2"
version = "0.1.3"
description = "Readable regular expressions in Python"
authors = ["Thomas Wollmann"]
readme = "README.md"
Expand All @@ -19,7 +19,7 @@ include = [
]

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.8"
regex = "^2022.10.31"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit b5bf840

Please sign in to comment.