X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A91363858428 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1676415541; bh=zLJT6Xe3iGfUBdO7xs5RCc4xWDznhXlpBYoQgbOvVEM=; h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=QG1ns0J/P8CLu4QTAA8yPKnSrTS6fMJV8Ec0G5NsatzEtJ2Gh5kv5r4voEeHTx+oG 9NY8NhGhaoZ3KgPKuC79yEZXM9UO1tDQZAY14MEuehpqvkiaF5lddv5iGauvT1fA0y rSSG2Vt43hC/CLqAWUlA/l1r0bk6yUJKmI1FN8SE= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 882F73858D33 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=1n8wFEXyTVcviOWtMpMpJAma0Weut0Ii0l7H4PuBLs0=; b=5/m20iWSwBc4GqKTM3INNaTyv++BM0AlWztPpRxh3y5brkeBexpc761HVVTKo+6DhI uu78uCpG/+WmNx5aoGs2HUEE3Nxh7KpmjqIfBpo6QxoKlHcSAdeXyCc7nS+4zVTvnRJi LoKRM4VzwGG5P1B/yfZ6tmEy6I+CiWRsAHttZRxHWi36zljO8LMnQQAvR9cy7tiXQuaC FXmekcn/Gf1Bk/KtVsrBpAs+zX2anS4oc0bJL+3t+/RjtbJ+KjDVUO7sGixJqJf96Rvg 6imlPbf9o1qGRRzZbC0GZf4fe1qLfmHiL5AwKbXOtTX5ahGtvVhM0l9HShcLsmp70Exn Ucmg== X-Gm-Message-State: AO0yUKXqo7saKThc2DGoNoDXvTo5ctxKPoK71oG8VlXV7L1BYH2URw+E csz2i2Jr5ja1CCUsx2akhXeKYiUMRVQ= X-Google-Smtp-Source: AK7set8KPCGBZYwTElCVw2/a9xqDjwirWpF1vyR0BqNGQrc8WY+QLpBNDGQYGUfiWkYZ4wB+UFd+MQ== X-Received: by 2002:adf:e502:0:b0:2c5:5836:9068 with SMTP id j2-20020adfe502000000b002c558369068mr3546949wrm.63.1676415501373; Tue, 14 Feb 2023 14:58:21 -0800 (PST) Message-ID: <82184ff9-cc61-2a5f-947b-ecf9916e2411@gmail.com> Date: Tue, 14 Feb 2023 23:58:19 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: Changing the python sqlite3 version to the latest Content-Language: it To: cygwin AT cygwin DOT com References: In-Reply-To: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Marco Atzeri via Cygwin Reply-To: Marco Atzeri Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "Cygwin" On 11.02.2023 22:37, Jose Isaias Cabrera via Cygwin wrote: > > Greetings. > > If I install python39 and thus, > $ python > Python 3.9.10 (main, Jan 20 2022, 21:37:52) > [GCC 11.2.0] on cygwin > Type "help", "copyright", "credits" or "license" for more information. >>>> import sqlite3 >>>> sqlite3.sqlite_version > '3.34.0' https://cygwin.com/packages/summary/sqlite3.html Last version packaged for Cygwin is 3.34.0 Until Jan (or someone else) is packaging a more recent version that is what is available Regards Marco -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple