File tree Expand file tree Collapse file tree 5 files changed +4
-8
lines changed
Expand file tree Collapse file tree 5 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 4545 fail-fast : false
4646 matrix :
4747 python :
48- - " 3.10"
4948 - " 3.11"
5049 platform :
5150 - " ubuntu-latest"
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ persistent=yes
9090
9191# Minimum Python version to use for version dependent checks. Will default to
9292# the version used to run pylint.
93- py-version =3.10
93+ py-version =3.11
9494
9595# Discover python modules and packages in the file system subtree.
9696recursive =no
Original file line number Diff line number Diff line change @@ -90,14 +90,14 @@ A teacher model is used to generate new multiple choice questions based on the k
9090
9191## Development
9292
93- > ** ⚠️ Note:** Must use Python version 3.10 or later.
93+ > ** ⚠️ Note:** Must use Python version 3.11 or later.
9494
9595### Set up your dev environment
9696
9797The following tools are required:
9898
9999- [ ` git ` ] ( https://git-scm.com )
100- - [ ` python ` ] ( https://www.python.org ) (v3.10 or v3. 11)
100+ - [ ` python ` ] ( https://www.python.org ) (v3.11)
101101- [ ` pip ` ] ( https://pypi.org/project/pip/ ) (v23.0+)
102102- [ ` bash ` ] ( https://www.gnu.org/software/bash/ ) (v5+, for functional tests)
103103
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ authors = [
1212description = " Evaluation"
1313readme = " README.md"
1414license = {text = " Apache-2.0" }
15- requires-python = " >=3.9 "
15+ requires-python = " >=3.11 "
1616classifiers = [
1717 " Development Status :: 3 - Alpha" ,
1818 " Environment :: Console" ,
@@ -22,8 +22,6 @@ classifiers = [
2222 " Operating System :: POSIX :: Linux" ,
2323 " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
2424 " Programming Language :: Python :: 3" ,
25- " Programming Language :: Python :: 3.9" ,
26- " Programming Language :: Python :: 3.10" ,
2725 " Programming Language :: Python :: 3.11" ,
2826 " Programming Language :: Python :: 3.12" ,
2927 " Programming Language :: Python :: Implementation :: CPython" ,
Original file line number Diff line number Diff line change @@ -103,4 +103,3 @@ passenv =
103103[gh]
104104python =
105105 3.11 = py311-{unitcov, functional}
106- 3.10 = py310-{unitcov, functional}
You can’t perform that action at this time.
0 commit comments