File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 - name : Set up Python
3535 uses : actions/setup-python@v2
3636 with :
37- python-version : ' 3.12 '
37+ python-version : ' 3.13 '
3838 - uses : " google-github-actions/auth@v2"
3939 with :
4040 workload_identity_provider : " projects/322898545428/locations/global/workloadIdentityPools/policyengine-research-id-pool/providers/prod-github-provider"
Original file line number Diff line number Diff line change 3737 - name : Set up Python
3838 uses : actions/setup-python@v2
3939 with :
40- python-version : ' 3.12 '
40+ python-version : ' 3.13 '
4141 - uses : " google-github-actions/auth@v2"
4242 with :
4343 workload_identity_provider : " projects/322898545428/locations/global/workloadIdentityPools/policyengine-research-id-pool/providers/prod-github-provider"
Original file line number Diff line number Diff line change 1+ - bump : patch
2+ changes :
3+ added :
4+ - Support for Python 3.13
Original file line number Diff line number Diff line change 1212 "License :: OSI Approved :: GNU Affero General Public License v3" ,
1313 "Operating System :: POSIX" ,
1414 "Programming Language :: Python" ,
15+ "Programming Language :: Python :: 3.10" ,
16+ "Programming Language :: Python :: 3.11" ,
17+ "Programming Language :: Python :: 3.12" ,
18+ "Programming Language :: Python :: 3.13" ,
1519 "Topic :: Scientific/Engineering :: Information Analysis" ,
1620 ],
1721 description = "PolicyEngine tax and benefit system for the UK" ,
4650 "snowballstemmer>=2,<3" ,
4751 ]
4852 },
49- # Windows CI requires Python 3.9.
50- python_requires = ">=3.7" ,
53+ python_requires = ">=3.10" ,
5154 entry_points = {
5255 "console_scripts" : [],
5356 },
You can’t perform that action at this time.
0 commit comments