Skip to content

Commit

Permalink
chore: update test workflow yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
eredotpkfr committed Sep 17, 2024
1 parent 7bd20f1 commit c484d13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12.5"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]

requires = [
'setuptools>=69.0.3',
'setuptools>=69.5.1',
'wheel'
]

Expand Down

0 comments on commit c484d13

Please sign in to comment.