Skip to content

Commit

Permalink
Upgrade to python3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-lerner authored Jan 17, 2023
2 parents 5f1bbd8 + ddecc2b commit e0d66e7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
os: [ubuntu-latest , macos-latest, windows-latest]
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Checkout
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "PyDeduplines"
version = "0.5.0"
version = "0.6.0"
authors = ["Gal Ben David <[email protected]>"]
edition = "2021"
description = "Python library for a duplicate lines removal written in Rust"
Expand All @@ -23,6 +23,7 @@ classifier = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]

[lib]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sdist-include = [

[tool.poetry]
name = "PyDeduplines"
version = "0.5.0"
version = "0.6.0"
authors = ["Gal Ben David <[email protected]>"]
description = "Python library for a duplicate lines removal written in Rust"
readme = "README.md"
Expand Down

0 comments on commit e0d66e7

Please sign in to comment.