chg: Bump typing

main
Raphaël Vinot 2025-01-02 21:32:14 +01:00
parent 59b0e68625
commit ce1bfb38aa
No known key found for this signature in database
GPG Key ID: 32E4E1C133B3792F
3 changed files with 5 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
python-version: [3.9, "3.10", "3.11", "3.12", "3.13"]
steps:

View File

@ -1,6 +1,8 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import annotations
import json
import logging
import sys

View File

@ -1,6 +1,8 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import annotations
import json
import os
import unittest