Skip to content
Snippets Groups Projects

Remove python 3.7 support

Merged Omid Hosseini requested to merge feature-remove_python_37 into master
All threads resolved!
7 files
+ 10
64
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 3
3
package:
name: data2passcal
version: 2022.1.0.0
version: 2023.2.0.0
source:
path: ../
@@ -11,10 +11,10 @@ build:
requirements:
build:
- python >=2.7
- python >=3.8
- pip
run:
- python >=2.7
- python >=3.8
test:
requires:
Loading