Skip to content

Commit

Permalink
Merge pull request #146 from aidh-ms/issue/145-python313
Browse files Browse the repository at this point in the history
Update python version
  • Loading branch information
Paul-B98 authored Jan 13, 2025
2 parents 276a39d + ac8654b commit c3fbaf7
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 58 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/python:3.12
FROM mcr.microsoft.com/devcontainers/python:3.13

ENV PYTHONUNBUFFERED 1

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/python_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12"] # Add more Python versions to test here
python-version: ["3.12", "3.13"] # Add more Python versions to test here

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -48,6 +48,5 @@ jobs:

- name: Coveralls
env:
# COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
uses: coverallsapp/[email protected]
78 changes: 25 additions & 53 deletions poetry.lock

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Changelog = "https://github.com/AI2MS/pyAKI/releases"
Bugtracker = "https://github.com/AI2MS/pyAKI/issues"

[tool.poetry.dependencies]
python = "~3.12"
python = "^3.12"
pandas = "^2.2.3"
pandas-stubs = "^2.2.3.241126"
scipy = "^1.15.0"
Expand All @@ -37,7 +37,6 @@ ruff = ">=0.8.6,<0.10.0"
pytest-recording = "^0.13.1"
pytest-random-order = "^1.1.1"
jupyterlab = "^4.3.4"
coveralls = "^4.0.1"

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

0 comments on commit c3fbaf7

Please sign in to comment.