File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- python-version : ['3.9', '3. 10', '3.11']
14+ python-version : ['3.10', '3.11']
1515
1616 steps :
1717 - name : Checkout
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Thanks for your interest in contributing. This repository contains the PythonNat
44
55## Quick start
66
7- Development uses Python ≥ 3.9 .
7+ Development uses Python ≥ 3.10 .
88
99``` bash
1010# create and activate a venv (recommended)
Original file line number Diff line number Diff line change @@ -10,15 +10,14 @@ authors = [
1010 { name = " Owen Carey" }
1111]
1212readme = " README.md"
13- requires-python = " >=3.9 "
13+ requires-python = " >=3.10 "
1414license = { file = " LICENSE" }
1515classifiers = [
1616 " Development Status :: 2 - Pre-Alpha" ,
1717 " Intended Audience :: Developers" ,
1818 " License :: OSI Approved :: MIT License" ,
1919 " Programming Language :: Python :: 3" ,
2020 " Programming Language :: Python :: 3 :: Only" ,
21- " Programming Language :: Python :: 3.9" ,
2221 " Programming Language :: Python :: 3.10" ,
2322 " Programming Language :: Python :: 3.11" ,
2423 " Programming Language :: Python :: 3.12" ,
You can’t perform that action at this time.
0 commit comments