This is an automated email from the ASF dual-hosted git repository.

kojiromike pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b6fd8028 AVRO-3797: Add Python 3.11 to tox.ini (#2349)
3b6fd8028 is described below

commit 3b6fd80289425fd4d7cfccfa86c066758d8a7ff6
Author: Michael A. Smith <[email protected]>
AuthorDate: Fri Jul 14 20:50:44 2023 -0400

    AVRO-3797: Add Python 3.11 to tox.ini (#2349)
    
    Also see AVRO-3672
---
 lang/py/tox.ini | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lang/py/tox.ini b/lang/py/tox.ini
index 07e4d498d..ababc1411 100644
--- a/lang/py/tox.ini
+++ b/lang/py/tox.ini
@@ -25,6 +25,7 @@ envlist =
     py38
     py39
     py310
+    py311
     pypy3.6
     pypy3.7
 

Reply via email to