Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
acracker committed May 17, 2024
1 parent 42e9c7e commit e73b080
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
python-version: [ "3.8", "3.9", "3.10", "3.11" ]

steps:
- uses: actions/checkout@v4
Expand Down
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ connectorx = [
apischema = "^0.18.1"


#[tool.poetry.group.dev.dependencies]
#faker = "18.13.0"
#pytest = [
# { version = "^7.4.4", python = "<3.8" },
# { version = "^8.2.0", python = ">=3.8" }
#]
#psycopg2-binary = "^2.9.9"
#pymysql = "^1.1.0"
[tool.poetry.group.dev.dependencies]
faker = "18.13.0"
pytest = [
{ version = "^7.4.4", python = "<3.8" },
{ version = "^8.2.0", python = ">=3.8" }
]
psycopg2-binary = "^2.9.9"
pymysql = "^1.1.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit e73b080

Please sign in to comment.