Skip to content

Commit

Permalink
update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-B98 committed Jan 13, 2025
1 parent 276a39d commit 0b8b389
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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]
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit 0b8b389

Please sign in to comment.