Commit 032efb2 1 parent 1b4cfc4 commit 032efb2 Copy full SHA for 032efb2
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
- name : Set up Python
19
19
uses : actions/setup-python@v4
20
20
with :
21
- python-version : 3.12
21
+ python-version : 3.13
22
22
- run : pip install flake8 flake8-import-order doc8 Pygments
23
23
- run : flake8 .
24
24
- run : doc8 README.rst
@@ -29,11 +29,11 @@ jobs:
29
29
strategy :
30
30
matrix :
31
31
python-version :
32
- - ' 3.8'
33
32
- ' 3.9'
34
33
- ' 3.10'
35
34
- ' 3.11'
36
35
- ' 3.12'
36
+ - ' 3.13'
37
37
steps :
38
38
- name : Checkout
39
39
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = """
4
4
A fake but stateful Stripe server that you can run locally, for \
5
5
testing purposes."""
6
6
readme = {file = " README.rst" , content-type = " text/x-rst" }
7
- requires-python = " >=3.8 "
7
+ requires-python = " >=3.9 "
8
8
license = {text = " GPL-3.0-or-later" }
9
9
authors = [{name = " Adrien Vergé" }]
10
10
classifiers = [
You can’t perform that action at this time.
0 commit comments