Commit 85231a94 authored by narugo1992's avatar narugo1992
Browse files

dev(narugo): add support for Python3.12

parent 86e6366f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ jobs:
          - '3.9'
          - '3.10'
          - '3.11'
          - '3.12'
        exclude:
          - os: 'macos-latest'
            python-version: '3.7'
+0 −1
Original line number Diff line number Diff line
@@ -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
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -66,5 +66,6 @@ setup(
        'Programming Language :: Python :: 3.9',
        'Programming Language :: Python :: 3.10',
        'Programming Language :: Python :: 3.11',
        'Programming Language :: Python :: 3.12',
    ],
)