Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaTegner committed Nov 11, 2023
1 parent ab38f02 commit 4631829
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-11, windows-2019]
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0", "pypy3.8", "pypy3.9", "pypy3.10", ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12.0", "pypy3.8", "pypy3.9", "pypy3.10", ]
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository
Expand Down
17 changes: 9 additions & 8 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.6,<=3.12"
python = ">=3.7,<=3.12"

[tool.poetry.dev-dependencies]
pandocfilters = "^1.5"
setuptools = "58"
setuptools = "68"

[tool.poetry.group.dev.dependencies]
pandocfilters = "^1.5"
setuptools = "58"
setuptools = "68"

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

0 comments on commit 4631829

Please sign in to comment.