File tree Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,18 @@ dist: jammy
2929
3030jobs :
3131 include :
32+ - name : " Python: 3.13"
33+ python : " 3.13"
34+ before_install :
35+ - sudo apt update && sudo apt install gcc build-essential -y
36+ - sudo apt-get install python3-pip
37+ - sudo apt-get install python3-pytest
38+ - pip install --upgrade pip
39+ - bash ./scripts/install_nats.sh
40+ install :
41+ - pip install -e .[fast-mail-parser]
3242 - name : " Python: 3.12"
33- python : " 3.12-dev "
43+ python : " 3.12"
3444 before_install :
3545 - sudo apt update && sudo apt install gcc build-essential -y
3646 - sudo apt-get install python3-pip
@@ -72,22 +82,10 @@ jobs:
7282 - bash ./scripts/install_nats.sh
7383 install :
7484 - pip install -e .[fast-mail-parser]
75- - name : " Python: 3.7"
76- python : " 3.7"
77- before_install :
78- - sudo apt update && sudo apt install gcc build-essential -y
79- - sudo apt-get install python3-pip
80- - sudo apt-get install python3-pytest
81- - pip install --upgrade pip
82- - bash ./scripts/install_nats.sh
83- install :
84- - pip install -e .[aiohttp,fast-mail-parser]
85- script :
86- - pytest -vv -s --continue-on-collection-errors tests
8785 allow_failures :
88- - name : " Python: 3.7"
8986 - name : " Python: 3.8"
9087 - name : " Python: 3.11"
9188 - name : " Python: 3.11/uvloop"
9289 - name : " Python: 3.11 (nats-server@main)"
9390 - name : " Python: 3.12"
91+ - name : " Python: 3.13"
You can’t perform that action at this time.
0 commit comments