Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Fix test case if python version is <3.10 #20

Fix test case if python version is <3.10

Fix test case if python version is <3.10 #20

Workflow file for this run

name: Mypy
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: mypy
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.11
uses: actions/setup-python@v1
with:
python-version: 3.11
- name: Install Dependencies
run: |
pip install mypy numpy types-pyinstaller pytest packaging
- name: mypy
run: |
mypy ./jpype/ ./test/jpypetest/