We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7b583 commit bf28b2eCopy full SHA for bf28b2e
.github/workflows/tests.yaml
@@ -40,8 +40,12 @@ jobs:
40
fail-fast: false
41
matrix:
42
python-version: ['3.8', '3.9', '3.10', '3.11']
43
- proj-version: ['9.1.0']
+ proj-version: ['9.2.0']
44
include:
45
+ - python-version: '3.9'
46
+ proj-version: '9.1.1'
47
48
+ proj-version: '9.1.0'
49
- python-version: '3.9'
50
proj-version: '9.0.1'
51
steps:
@@ -126,6 +130,10 @@ jobs:
126
130
python-version: '*'
127
131
python-implementation: pypy
128
132
proj-version: '*'
133
+ - os: ubuntu-latest
134
+ python-version: '*'
135
+ python-implementation: python
136
129
137
138
- uses: actions/checkout@v3
139
0 commit comments