File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ jobs:
3232 - name : Checkout repo
3333 uses : actions/checkout@v6
3434
35- - name : Set up Python 3.9
35+ - name : Set up Python 3.13
3636 uses : actions/setup-python@v6
3737 with :
38- python-version : ' 3.9 '
38+ python-version : ' 3.13 '
3939 cache : ' pip'
4040 cache-dependency-path : ' pyproject.toml'
4141
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ jobs:
3232 - name : Checkout repo
3333 uses : actions/checkout@v6
3434
35- - name : Set up Python 3.9
35+ - name : Set up Python 3.13
3636 uses : actions/setup-python@v6
3737 with :
38- python-version : ' 3.9 '
38+ python-version : ' 3.13 '
3939 cache : ' pip'
4040 cache-dependency-path : ' pyproject.toml'
4141
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717 - name : Checkout repo
1818 uses : actions/checkout@v6
1919
20- - name : Set up Python 3.9
20+ - name : Set up Python 3.13
2121 uses : actions/setup-python@v6
2222 with :
23- python-version : ' 3.9 '
23+ python-version : ' 3.13 '
2424 cache : ' pip'
2525 cache-dependency-path : ' pyproject.toml'
2626
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ development = [
101101 " flake8>=6.0.0" ,
102102 " freezegun>=1.2.2" ,
103103 " mock>=4.0.3" ,
104- " pytest==8 .0" ,
104+ " pytest>=8.0 .0" ,
105105 " pytest-mock>=3.10.0" ,
106106 " requests-mock>=1.10.0"
107107]
You can’t perform that action at this time.
0 commit comments