Unverified Commit f429a6e1 authored by narugo1992's avatar narugo1992 Committed by GitHub
Browse files

Merge pull request #160 from deepghs/dev/py313

dev(narugo): add unittest for py3.13
parents 543c0267 8c03edc7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ jobs:
          - '3.10'
          - '3.11'
          - '3.12'
          - '3.13'
        install:
          - 'full'
          - 'simple'
+1 −0
Original line number Diff line number Diff line
@@ -75,6 +75,7 @@ setup(
        'Programming Language :: Python :: 3.10',
        'Programming Language :: Python :: 3.11',
        'Programming Language :: Python :: 3.12',
        'Programming Language :: Python :: 3.13',

        # Operating System
        'Operating System :: OS Independent',