Skip to content

Commit

Permalink
[try] test on python3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
CNSeniorious000 committed Oct 29, 2023
1 parent 16c2365 commit 1eb4bf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.8", "pypy3.9", "pypy3.10"]
python-version: ["3.6", "3.7", "pypy3.6", "pypy3.7"]

steps:
- uses: actions/checkout@v3
Expand Down
10 changes: 2 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Parse partial JSON generated by LLM"
authors = [{ name = "Muspi Merol", email = "me@promplate.dev" }]
dependencies = []
optional-dependencies = { playground = ["rich"] }
requires-python = ">=3.8"
requires-python = ">=3.6"
readme = "README.md"
license = { text = "MIT" }
scripts = { json-playground = "partial_json_parser.playground:main" }
Expand All @@ -24,13 +24,7 @@ requires = ["pdm-backend"]
build-backend = "pdm.backend"

[tool.pdm.dev-dependencies]
dev = [
"isort>=5.12.0",
"black>=23.10.0",
"hypothesis>=6.88.1",
"tqdm>=4.66.1",
"pytest>=7.4.2",
]
dev = ["isort", "black", "hypothesis", "tqdm", "pytest"]

[tool.pdm.scripts]
test-hypotheses = { call = "tests.test_hypotheses:main" }
Expand Down

0 comments on commit 1eb4bf2

Please sign in to comment.