Skip to content

Commit

Permalink
Updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dhondta committed Aug 2, 2024
1 parent 93db5a2 commit f3cbf9a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ classifiers = [
dependencies = [
"dictquery",
"pybots>=2.1.3",
"setuptools>=67.3.2",
"tinyscript>=1.28.6",
"tinyscript>=1.30.16",
]
dynamic = ["version"]

Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
dictquery
pybots>=2.1.3
setuptools>=67.3.2
tinyscript>=1.28.6
tinyscript>=1.30.16
2 changes: 1 addition & 1 deletion src/searchpass/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.5
1.0.6

0 comments on commit f3cbf9a

Please sign in to comment.