Skip to content

Commit

Permalink
feat: support python 11 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Lemke authored Apr 18, 2023
1 parent 238d99f commit d2cf4ae
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Install poetry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ jobs:
body: |
ℹ️ ℹ️ ℹ️
This pull request was created automatically by a GitHub Action to fast-forward-merge the `main` branch into `develop`.
it will be automatically merged. You don't need to do anything. Have a 🍪 and enjoy this automation!
it will be automatically merged. You just have to *approve* it!. Have a 🍪 and enjoy this automation!
65 changes: 34 additions & 31 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Discussions = "https://github.com/chrislemke/sk-transformers/discussions"
Contributing = "https://github.com/chrislemke/sk-transformers/blob/main/docs/CONTRIBUTING.md"

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
python = ">=3.8,<3.12"

feature-engine = "^1.5.2"
ipywidgets = "^8.0.4"
Expand Down

0 comments on commit d2cf4ae

Please sign in to comment.