File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 strategy :
1111 matrix :
12- python-version : [3.9 ]
12+ python-version : [3.13 ]
1313
1414 steps :
1515 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-24.04
1010 strategy :
1111 matrix :
12- python-version : ["3.9 ", "3.13"]
12+ python-version : ["3.10 ", "3.13"]
1313 steps :
1414 - uses : actions/checkout@v4
1515 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ classifiers = [
1313 " Programming Language :: Python :: 3" ,
1414 " Operating System :: OS Independent" ,
1515]
16- requires-python = " >=3.9 "
16+ requires-python = " >=3.10 "
1717dependencies = [
1818 " gramps[all]>=6.0.4,<6.1.0" ,
1919 " PYGObject<=3.50.0" ,
You can’t perform that action at this time.
0 commit comments