Skip to content

Commit

Permalink
Bumps minimum Python version to 3.9 (#99)
Browse files Browse the repository at this point in the history
* Bumps minimum Python version

* Update PackageTest.yml
  • Loading branch information
djperrefort authored Jul 17, 2024
1 parent e26251a commit 231258c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CodeQL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: 0 7 1 * *

jobs:
analyze:
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/PackageTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
workflow_dispatch:
workflow_call:
push:
schedule:
- cron: 0 7 1,15 * *

jobs:
run-tests:
Expand All @@ -15,14 +13,14 @@ jobs:
fail-fast: false
matrix:
slurm_version:
- 20.11.9.1
- 22.05.2.1
- 23.02.5.1
- 20.11.9
- 22.05.2
- 23.02.5
python_version:
- 3.8
- 3.9
- 3.10
- 3.11
- 3.12

container:
image: ghcr.io/pitt-crc/test-env:${{ matrix.slurm_version }}
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ classifiers = [
shinigami = "shinigami.cli:Application.execute"

[tool.poetry.dependencies]
python = ">=3.8"
python = "^3.9.0"
pydantic = "^2.0.3"
pydantic-settings = "^2.0.2"
asyncssh = { extras = ["bcrypt", "fido2"], version = "^2.13.2" }
pandas = "2.0.3"
pandas = "2.2.2"

[tool.poetry.group.tests]
optional = true
Expand Down

0 comments on commit 231258c

Please sign in to comment.