From ea212e8e7022abb721f90085dc0022119db3b818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Thu, 24 Jun 2021 21:52:15 +0200 Subject: [PATCH] readme fix --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 79ee55f..23b5999 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Embedded Cython library for time series that you need to upload somewhere. -Stored time series with a 8-bit timestamp and a data, which can be of +Stored time series with a 8-byte timestamp and a data, which can be of fixed length or variable. # Installation @@ -29,14 +29,10 @@ though binary wheels for: * Linux [manylinux2014]: * x86_64: - * Python 3.6 - * Python 3.7 * Python 3.8 * armv7l: * Python 3.8 -* Windows: - * x86_64: - * Python 3.8 + are available. If you need an extra wheel, compile it yourself or just drop me an [issue](https://github.com/smok-serwis/tempsdb/issues/new). -- GitLab