File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 - name : Set up Python
3232 uses : actions/setup-python@v5
3333 with :
34- python-version : " 3.10 "
34+ python-version : " 3.12 "
3535
3636 - name : Install UV
3737 uses : astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6.4.1
Original file line number Diff line number Diff line change 3434 - name : Set up Python
3535 uses : actions/setup-python@v5
3636 with :
37- python-version : ' 3.10 '
37+ python-version : ' 3.12 '
3838
3939 - name : Install UV
4040 uses : astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6.4.1
Original file line number Diff line number Diff line change 4848 matrix :
4949 # The 'python-version' key is used to define the Python versions that will be used.
5050 python-version : [
51- " 3.10.x" , # Older but still supported
52- " 3.13.x" , # Latest stable
51+ " 3.12.x" , # Security Support
52+ " 3.13.x" , # Active Support
53+ " 3.14.x" , # Latest
5354 ]
5455
5556 # The steps that the job will execute.
Original file line number Diff line number Diff line change 1- 3.10
1+ 3.12
Original file line number Diff line number Diff line change @@ -4,11 +4,9 @@ version = "2.5.0"
44description = " A vulnerable AWS environment generator for Pentesters."
55authors = [{ name = " RhinoSecurityLabs" }]
66readme = " README.md"
7- requires-python = " >=3.9 ,<4"
7+ requires-python = " >=3.12 ,<4"
88classifiers = [
99 " Programming Language :: Python :: 3" ,
10- " Programming Language :: Python :: 3.10" ,
11- " Programming Language :: Python :: 3.11" ,
1210 " Programming Language :: Python :: 3.12" ,
1311 " Programming Language :: Python :: 3.13" ,
1412 " Programming Language :: Python :: 3.14" ,
@@ -19,7 +17,7 @@ dependencies = [
1917 " boto3>=1.37.11,<1.43.0" ,
2018 " requests~=2.32.3" ,
2119 " sqlite-utils>=3.38,<3.39" ,
22- " typed-ast ; python_version < '3.9 '" ,
20+ " typed-ast ; python_version < '3.12 '" ,
2321]
2422
2523
You can’t perform that action at this time.
0 commit comments