@@ -5,20 +5,20 @@ name: Python package
55
66on :
77 push :
8- branches : [ develop ]
8+ branches : [develop]
99 pull_request :
10- branches : [ develop ]
10+ branches : [develop]
1111
1212jobs :
1313 python :
1414 runs-on : ubuntu-latest
1515 strategy :
1616 matrix :
17- python-version : [" 3.9", " 3.10", " 3.11" ]
18- poetry-version : ["1.5.1" ]
19- pandoc-version : [" 3.1.3" ]
17+ python-version : [' 3.9', ' 3.10', ' 3.11', '3.12' ]
18+ poetry-version : [1.7.1 ]
19+ pandoc-version : [3.1.11.1 ]
2020 steps :
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v4
2222 - name : Set up Python ${{ matrix.python-version }}
2323 uses : actions/setup-python@v4
2424 with :
4040 runs-on : ubuntu-latest
4141 strategy :
4242 matrix :
43- python-version : ["3.11" ]
44- poetry-version : [" 1.2.2", " 1.3.2", " 1.4.2", " 1.5.1" ]
45- pandoc-version : [" 3.1.3" ]
43+ python-version : ['3.12' ]
44+ poetry-version : [1.2.2, 1.3.2, 1.4.2, 1.5.1, 1.6.1, 1.7.1 ]
45+ pandoc-version : [3.1.11.1 ]
4646 steps :
4747 - uses : actions/checkout@v3
4848 - name : Set up Python ${{ matrix.python-version }}
@@ -66,11 +66,11 @@ jobs:
6666 runs-on : ubuntu-latest
6767 strategy :
6868 matrix :
69- python-version : ["3.11" ]
70- poetry-version : ["1.5.1" ]
71- pandoc-version : [" 2.11.4", " 2.12", " 2.13", " 2.14.2", " 2.15", " 2.16.2", " 2.17.1.1", " 2.18", " 2.19.2", " 3.0.1", " 3.1.3" ]
69+ python-version : ['3.12' ]
70+ poetry-version : [1.7.1 ]
71+ pandoc-version : [2.11.4, ' 2.12', ' 2.13', 2.14.2, ' 2.15', 2.16.2, 2.17.1.1, ' 2.18', 2.19.2, 3.0.1, 3.1.11.1 ]
7272 steps :
73- - uses : actions/checkout@v3
73+ - uses : actions/checkout@v4
7474 - name : Set up Python ${{ matrix.python-version }}
7575 uses : actions/setup-python@v4
7676 with :
@@ -91,15 +91,15 @@ jobs:
9191 style :
9292 runs-on : ubuntu-latest
9393 steps :
94- - uses : actions/checkout@v3
94+ - uses : actions/checkout@v4
9595 - name : Set up Python
9696 uses : actions/setup-python@v4
9797 with :
98- python-version : ' 3.11 '
98+ python-version : ' 3.12 '
9999 - name : Set up Poetry
100100 uses : abatilo/actions-poetry@v2
101101 with :
102- poetry-version : ' 1.5.1 '
102+ poetry-version : 1.7.1
103103 - name : Install dependencies
104104 run : |
105105 poetry install
@@ -111,19 +111,19 @@ jobs:
111111 cov :
112112 runs-on : ubuntu-latest
113113 steps :
114- - uses : actions/checkout@v3
114+ - uses : actions/checkout@v4
115115 - name : Set up Python
116116 uses : actions/setup-python@v4
117117 with :
118- python-version : ' 3.11 '
118+ python-version : ' 3.12 '
119119 - name : Set up Poetry
120120 uses : abatilo/actions-poetry@v2
121121 with :
122- poetry-version : ' 1.5.1 '
122+ poetry-version : 1.7.1
123123 - name : Install dependencies
124124 run : |
125- wget https://github.com/jgm/pandoc/releases/download/3.1.3 /pandoc-3.1.3 -1-amd64.deb
126- sudo dpkg -i ./pandoc-3.1.3 -1-amd64.deb
125+ wget https://github.com/jgm/pandoc/releases/download/3.1.6 /pandoc-3.1.11.1 -1-amd64.deb
126+ sudo dpkg -i ./pandoc-3.1.11.1 -1-amd64.deb
127127 poetry install
128128 - name : Test
129129 env :
0 commit comments