88 strategy :
99 fail-fast : false
1010 matrix :
11- python-version : ['3.10', '3.11', '3.12', '3.13']
11+ python-version : ['3.10', '3.11', '3.12', '3.13', '3.14' ]
1212 services :
1313 postgres :
1414 image : postgres
2525 --health-timeout 5s
2626 --health-retries 5
2727 steps :
28- - uses : actions/checkout@v3
28+ - uses : actions/checkout@v6
2929 - name : Setup python ${{ matrix.python-version}}
30- uses : actions/setup-python@v3
30+ uses : actions/setup-python@v6
3131 with :
3232 python-version : ${{ matrix.python-version }}
3333 - name : Install dependencies
4545 strategy :
4646 fail-fast : false
4747 matrix :
48- python-version : ['3.10', '3.11', '3.12', '3.13']
48+ python-version : ['3.10', '3.11', '3.12', '3.13', '3.14' ]
4949 services :
5050 mariadb :
5151 image : mariadb:latest
6262 --health-timeout=5s
6363 --health-retries=3
6464 steps :
65- - uses : actions/checkout@v3
65+ - uses : actions/checkout@v6
6666 - name : Setup python ${{ matrix.python-version}}
67- uses : actions/setup-python@v3
67+ uses : actions/setup-python@v6
6868 with :
6969 python-version : ${{ matrix.python-version }}
7070 - name : Install dependencies
@@ -82,17 +82,17 @@ jobs:
8282 strategy :
8383 fail-fast : false
8484 matrix :
85- python-version : ['3.10', '3.11', '3.12', '3.13']
85+ python-version : ['3.10', '3.11', '3.12', '3.13', '3.14' ]
8686
8787 services :
8888 mongodb :
8989 image : mongo
9090 ports :
9191 - 27017:27017
9292 steps :
93- - uses : actions/checkout@v3
93+ - uses : actions/checkout@v6
9494 - name : Setup python ${{ matrix.python-version}}
95- uses : actions/setup-python@v3
95+ uses : actions/setup-python@v6
9696 with :
9797 python-version : ${{ matrix.python-version }}
9898 - name : Install dependencies
@@ -109,9 +109,9 @@ jobs:
109109 matrix :
110110 python-version : ['3.10', '3.11', '3.12', '3.13']
111111 steps :
112- - uses : actions/checkout@v3
112+ - uses : actions/checkout@v6
113113 - name : Setup python ${{ matrix.python-version}}
114- uses : actions/setup-python@v3
114+ uses : actions/setup-python@v6
115115 with :
116116 python-version : ${{ matrix.python-version }}
117117 - name : Install dependencies
0 commit comments