Skip to content

Commit

Permalink
Merge pull request #333 from andfoy/update_winpty_rs_0.3.12
Browse files Browse the repository at this point in the history
Update winpty-rs and PyO3 to the latest versions
  • Loading branch information
andfoy authored Jul 15, 2023
2 parents f9002bc + 541c6d8 commit 3fffa23
Show file tree
Hide file tree
Showing 6 changed files with 88 additions and 89 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
PYTHON_VERSION: ["3.7", "3.8", "3.9", "3.10", "3.11"]
PYTHON_VERSION: ["3.8", "3.9", "3.10", "3.11"]
steps:
- name: Checkout branch
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
PYTHON_VERSION: ["3.7", "3.8", "3.9", "3.10", "3.11"]
PYTHON_VERSION: ["3.8", "3.9", "3.10", "3.11"]
steps:
- name: Checkout branch
uses: actions/checkout@v3
Expand Down
144 changes: 72 additions & 72 deletions Cargo.lock

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

7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,12 @@ name = "winpty"
crate-type = ["cdylib"]

[dependencies]
winpty-rs = "0.3.11"
winpty-rs = "0.3.12"

[dependencies.pyo3]
version = "0.17.3"
version = "0.19.1"
features = ["extension-module"]

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = ["x86_64-pc-windows-msvc"]

[package.metadata.maturin]
requires-python = ">=3.6"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "pywinpty"
requires-python = ">=3.7"
requires-python = ">=3.8"

[build-system]
requires = ["maturin>=0.12.6,<0.13"]
requires = ["maturin>=1.1,<2.0"]
build-backend = "maturin"
Loading

0 comments on commit 3fffa23

Please sign in to comment.