Skip to content

Commit

Permalink
Bump to Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Aug 30, 2023
1 parent 6e9bcc6 commit 260a9c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
with:
submodules: true

- name: Set up Python 3.8
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.10'
cache: 'pip'
cache-dependency-path: |
requirements*.txt
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools >= 42", "wheel"]
requires = ["setuptools >= 61.0.0", "wheel"]
build-backend = "setuptools.build_meta"

[tool.poetry]
Expand All @@ -24,7 +24,7 @@ packages = [{ include = "PASCal", from = "src" }]
version = {attr = "PASCal.__version__"}

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.10"
Flask = "*"
Jinja2 = "*"
numpy = "*"
Expand Down

0 comments on commit 260a9c0

Please sign in to comment.