Skip to content

Commit

Permalink
dev(narugo): add support for Python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 committed Oct 25, 2023
1 parent 86e6366 commit 85231a9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
exclude:
- os: 'macos-latest'
python-version: '3.7'
Expand Down
1 change: 0 additions & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ pytest-benchmark~=3.4.0
easydict>=1.7,<2
testtools>=2
where>=1.0.2
responses>=0.20.0
pytest-image-diff>=0.0.11
matplotlib
natsort
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@ def _load_req(file: str):
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
],
)

0 comments on commit 85231a9

Please sign in to comment.