daq-tools / influxio

Import and export data into/from InfluxDB.
https://influxio.readthedocs.io/
MIT License
0 stars 0 forks source link

Add support for Python 3.12 #57

Closed amotl closed 7 months ago

amotl commented 8 months ago

What the title says.

Blocked by https://github.com/aio-libs/yarl/pull/942. Blocks https://github.com/crate-workbench/cratedb-toolkit/pull/63.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1f33447) 81.43% compared to head (791bfa5) 81.43%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #57 +/- ## ======================================= Coverage 81.43% 81.43% ======================================= Files 11 11 Lines 474 474 ======================================= Hits 386 386 Misses 88 88 ``` | [Flag](https://app.codecov.io/gh/daq-tools/influxio/pull/57/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=daq-tools) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/daq-tools/influxio/pull/57/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=daq-tools) | `81.43% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=daq-tools#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

amotl commented 8 months ago

Blocked by https://github.com/aio-libs/yarl/pull/942.