-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Atualiza versões do Python + adiciona dependência do lxml #115
base: master
Are you sure you want to change the base?
Conversation
.github/workflows/tests.yml
Outdated
- {name: Python 3.9, python: '3.9', os: ubuntu} | ||
- {name: Python 3.10, python: '3.10', os: ubuntu} | ||
- {name: Python 3.11, python: '3.11', os: ubuntu} | ||
- {name: Python 3.12, python: '3.12', os: ubuntu} | ||
- {name: Python 3.12, python: '3.13', os: ubuntu} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
faltou mudar o name ali, ficou 3.12 ao invés de 3.13
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A arte do Ctrl+C, Ctrl+V 😅
@hartungstenio obrigado pela contribuição! As paginas HTML de publicação dos pacotes xsd foram atualizadas e so por isso os testes falharam. Vou ver se precisa atualizar os pacotes xsd, depois eu vejo o merge da sua PR... |
@rvalyi Vi que entrou um |
Tem um import do
lxml
, mas ele não estava declarado como dependência do projeto.Também adicionei testes com o Python 3.13, e removi o Python 3.8 que não tem mais suporte.