File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 strategy :
88 matrix :
9- python : ['3.11', '3.12']
9+ python : ['3.11', '3.12', '3.13-dev' ]
1010 env :
1111 DEBUG_ACCESS_KEY : ${{ secrets.DEBUG_ACCESS_KEY }}
1212 steps :
Original file line number Diff line number Diff line change 11requests == 2.28.1 ; python_version == '3.11'
2- requests == 2.31.0 ; python_version = = '3.12'
2+ requests == 2.31.0 ; python_version > = '3.12'
33filelock == 3.9.0 ; python_version == '3.11'
4- filelock == 3.13.1 ; python_version = = '3.12'
4+ filelock == 3.14.0 ; python_version > = '3.12'
55langcodes == 3.3.0
66internetarchive == 3.3.0 ; python_version == '3.11'
7- internetarchive == 3.5 .0 ; python_version = = '3.12'
7+ internetarchive == 3.7 .0 ; python_version > = '3.12'
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ classifiers =
1414 Programming Language :: Python :: 3 :: Only
1515 Programming Language :: Python :: 3.11
1616 Programming Language :: Python :: 3.12
17+ Programming Language :: Python :: 3.13
1718 Topic :: Software Development :: Libraries
1819 Topic :: Software Development :: Libraries :: Python Modules
1920 Topic :: System :: Systems Administration
You can’t perform that action at this time.
0 commit comments