Skip to content

Commit

Permalink
Testing with Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kks32 committed Oct 17, 2023
1 parent 5fc7317 commit f7fbc92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.9'
# see details (matrix, python-version, python-version-file, etc.)
# https://github.com/actions/setup-python
- name: Install poetry
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
packages = [{include = "dsjobs"}]

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.9"
tqdm = "^4.66.1"
agavepy = "^0.9.5"

Expand Down

0 comments on commit f7fbc92

Please sign in to comment.