Skip to content

Commit

Permalink
just use 3.7 and latest; try fixing annotations bug with 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
BerndSchuller committed Oct 1, 2024
1 parent 90e7125 commit ea8c03c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.10", "3.11", "3.12"]
python-version: ["3.7", "3.x"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions pyunicore/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
https://unicore-docs.readthedocs.io/en/latest/user-docs/rest-api/index.html
"""

from __future__ import annotations

try:
from urllib3 import disable_warnings

Expand Down

0 comments on commit ea8c03c

Please sign in to comment.